@citizensadvice/text-decoration
v1.0.3
Published
Defines how the text content of an element is decorated.
Downloads
3
Keywords
Readme
Text-decoration
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" />