This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |