scss-palette
v0.7.0
Published
The color palette for SCSS.
Downloads
41
Readme
scss-palette
The color palette for SCSS.
Installation
NPM
npm install scss-palette
Bower
bower install scss-palette
Usage
Basic
// Import in your style.scss
@import 'node_modules/scss-palette/src/palette';
$ashgray: palette('ashgray');
Color index
https://archco.github.io/scss-palette/
Useful functions
https://github.com/archco/scss-palette/blob/master/docs/functions.md
Documents
Please see documents page.