campfire-material-colors
v1.0.5
Published
Google Material Design color palette variables for PostCSS
Downloads
4
Maintainers
Readme
campfire-material-colors
Google Material Design color palette variables for PostCSS
Installation
With npm
npm install --save-dev campfire-material-colors
With Git
http:
git clone https://github.com/campfire-css/campfire-material-colors
ssh:
git clone [email protected]:campfire-css/campfire-material-colors.git
Usage
Using with PostCSS
Import the css module
@import "campfire-material-colors";
The CSS
/*
campfire.css
MATERIAL COLORS
https://material.io/guidelines/style/color.html#color-color-palette
*/
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Authors
License
ISC