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.

21 lines
378 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # cssMaterialColors
  2. ## Install with npm
  3. ```
  4. npm install --save cssmaterialcolors
  5. ```
  6. Add to the index.html:
  7. ```html
  8. <link href="node_modules/cssmaterialcolors/colors.css" rel="stylesheet">
  9. ```
  10. ## Install with bower
  11. ```
  12. bower install --save cssMaterialColors
  13. ```
  14. Add to the index.html:
  15. ```html
  16. <link href="bower_components/cssMaterialColors/colors.css" rel="stylesheet">
  17. ```