postcss-momocss
v1.0.0
Published
Transform CSS with PostCSS.
Downloads
6
Readme
postcss-momocss
Transform CSS with PostCSS.
The name of Momoiro Clover Z members are representing the color. following:
Install
With npm do:
npm install postcss-momocss --save
Example
Input
h1 {
color: kanako;
}
Output
h1{color:red}
Usage
See the PostCSS documentation for examples for your environment.
Contributing
Pull requests are welcome. If you add functionality, then please add unit tests to cover it.
License
MIT © Satoshi Watanabe