Additional color classes for Bootstrap. Based on the Material Design palette. https://material.io/guidelines/style/color.html#color-color-palette
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Skylar Ittner a21a5ffb2f Add generation script 6 years ago
LICENSE.md Change license to Markdown, set copyright year and holder 7 years ago
README.md Use a bunch of regex magic to add CSS variables 7 years ago
generate.php Add generation script 6 years ago
material-color.css Color tweak 6 years ago
material-color.min.css Add minification script 6 years ago
minify.sh Add minification script 6 years ago

README.md

Material-Color

Additional color classes for Bootstrap 3. Based on the Material Design palette.

This branch uses CSS variables instead of inline colors, for easy modification with any modern browser.

Notes:

  • Link this CSS after you link to Bootstrap.css.
  • Use the included color classes instead of .btn-primary, .alert-danger, etc.
  • Navbars need both the .navbar-inverse (or .navbar-default for lighter colors, try both and see which works for you) and .navbar-[color] classes to appear properly.
  • We recommend using Bootswatch Paper (a material design Bootstrap theme) with this stylesheet. We don't test or support it on other themes, actually.