1.0.3 • Published 6 years ago
@citizensadvice/text-decoration v1.0.3
Text-decoration 
Defines how the text content of an element is decorated.
Classes
.no-underline {
text-decoration: none;
}Installation
$ npm install @citizensadvice/text-decorationnow 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" />