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.

378 B

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">