1.0.3 • Published 8 years ago

sass-material-design-colors v1.0.3

Weekly downloads
21
License
MIT
Repository
github
Last release
8 years ago

sass-material-design-colors

A handy Sass helper for use the Google material design colors according to the specification.

##Install $ npm install --save sass-material-design-colors $ bower install --save sass-material-design-colors

Usage

Just import palette.scss to your sass file like this:

@import 'node_modules/sass-material-design-colors/palette.scss';

And use on your styles like this:

body{
	background-color: $blue-500;
}

h1{
	color: $grey-400;
}

License

This project is licensed under the terms of the MIT License.