@citizensadvice/text-decoration

Defines how the text content of an element is decorated.

Usage no npm install needed!

<script type="module">
  import citizensadviceTextDecoration from 'https://cdn.skypack.dev/@citizensadvice/text-decoration';
</script>

README

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" />