1.0.3 • Published 6 years ago

@citizensadvice/text-decoration v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Text-decoration npm (scoped)

Defines how the text content of an element is decorated.

Classes

.no-underline {
  text-decoration: none;
}

Installation

$ npm install @citizensadvice/text-decoration

now import into your stylesheet...

@import '@citizensadvice/text-decoration/index.scss';

You can make use of the unpkg service, try adding the link below to the head of your HTML file.

<link src="https://unpkg.com/@citizensadvice/text-decoration@latest/build/text-decoration.css" />