Skip to content

nib-styles/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@nib-styles/colors

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;)

Installation

npm i --save @nib-styles/colors

Usage

@import "@nib-styles/colors";

.box {
  color: $color-prince-charles;
  background-color: $color-sneezy;
}

Change log

1.0.0

  • break: fresh start from our legacy colours

About

Global colour variables

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages