stylize-sasscolors
v0.0.2
Published
Creates a visual Stylize pattern of sass color variables.
Downloads
3
Maintainers
Readme
Stylize SASS Colors
Auto create a pattern for Stylize based on the color variables in your sass files.
Getting started
To add this to your Stylize project:
$ npm i stylize-sasscolors --save
Settings
- file (string)
- keyColors (array)
In your config.yml:
plugins:
stylize-sasscolors:
file: '../your_theme/_color.scss'
keyColors:
- green
- blue