Skip to content

monvogul/sass-material-design-colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Use

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%