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.

11 lines
196 B

  1. # cssMaterialColors
  2. ## Install
  3. ```
  4. bower install --save cssMaterialColors
  5. ```
  6. Add to the index.html:
  7. ```html
  8. <link href="bower_components/cssMaterialColors/colors.min.css" rel="stylesheet">
  9. ```