postcss-crayon-colors
v0.0.1
Published
Postcss plugin for crayon.css
Downloads
9
Maintainers
Readme
postcss-crayon-colors
Postcss plugin for crayon.css
Install
yarn add -D postcss-crayon-colors
npm i -D postcss-crayon-colorspostcss([crayonColors])Usage
For color see here.
Just add -color to the back of the color name.
/* input */
.a {
color: absolutezero-color;
}
/* output */
.a {
color: #0048ba;
}Imitating postcss-brand-colors
Related
Crayon.css
https://github.com/riccardoscalco/crayon
MIT Copyright (c) 2015 Riccardo Scalco [email protected] https://github.com/riccardoscalco/crayon/blob/master/LICENSE#readme
License
The MIT License (MIT)
Copyright (c) 2017 nju33 [email protected]
