0.0.2 • Published 9 years ago

stylize-sasscolors v0.0.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
9 years ago

Build Status

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