Defines how the text content of an element is decorated.
npm install @citizensadvice/text-decorationDefines how the text content of an element is decorated.
``css`
.no-underline {
text-decoration: none;
}
`shell`
$ npm install @citizensadvice/text-decoration
now import into your stylesheet...
`scss`
@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.
`html``