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