You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucode ded47fc96f update 5 years ago
LICENSE added package as bower package 6 years ago
README.md update 5 years ago
bower.json added package as bower package 6 years ago
colors.css update 5 years ago
package.json added to npm 6 years ago

README.md

cssMaterialColors

Install with npm

npm install --save cssmaterialcolors

Add to the index.html:

<link href="node_modules/cssmaterialcolors/colors.css" rel="stylesheet">

Install with bower

bower install --save cssMaterialColors

Add to the index.html:

<link href="bower_components/cssMaterialColors/colors.css" rel="stylesheet">