A handful of colour variables for the most commonly used colours at nib.
Colours are prefixed with
$color-to prevent potential name conflicts, and for easier editor auto completion.
This repo is not for defining application-specific variables (e.g.
$border-color: $color-bashful;)
npm i --save @nib-styles/colors
@import "@nib-styles/colors";
.box {
color: $color-prince-charles;
background-color: $color-sneezy;
}- break: fresh start from our legacy colours