Skip to content

Instantly share code, notes, and snippets.

@jo5hs
jo5hs / gist:4b3eb2e759fb89ad78dd
Created June 22, 2015 14:26
Sassy Bootstrap Colors
// Sassy Bootstrap Colors
//
// Hopefully, an easier way to globally update Bootstrap colors from a single color list.
// Nothing ground breaking, but it helps me out when clients request Bootstrap.
//
// Also included is a small function that allows you to use the color names list when building
// custom modules/components as needed. I threw in a few color trumps at the end too,
// so you can override any text or background color with a class.
//
// The best thing to do, if using Bootstrap, is just customize the whole thing from the ground up. But