1.0.3 • Published 5 years ago

@citizensadvice/outlines v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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