A PostCSS for easily invoking the colors on the Google Material design color palette
Installation
npm install postcss-google-color
Examples
Simple use
/* input */
/* output */ /* this is shade level 500 (default) */
Select shade level
/* input */
/* output */
Get contrasting text color
/* input */
/* output */
Usage
Postcss JS API
;
Gulp
const gulp = ;const postcss = ;const gc = ;gulp;
Tests
npm test
License
This project is licensed under the MIT License.