@citizensadvice/outlines

Defines the element's outline style, width and colour.

Usage no npm install needed!

<script type="module">
  import citizensadviceOutlines from 'https://cdn.skypack.dev/@citizensadvice/outlines';
</script>

README

Outlines npm (scoped)

Defines the element's outline style, width and colour.

Classes

.outline-0               { outline: 0 }
.outline-heritage-yellow { outline: $border-scale-1 solid $heritage-yellow }

Installation

$ npm install @citizensadvice/outlines

now import into your stylesheet...

@import '@citizensadvice/outlines/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/outlines@latest/build/outlines.css" />