Added variable to trim color pallet. (Closes #991)

master
Jonathan Garbee 2015-07-12 16:34:52 -04:00
parent 52208cd2b8
commit 4b3164d0fd
2 changed files with 1688 additions and 1689 deletions

View File

@ -71,6 +71,14 @@ $performance_font: 'Helvetica', 'Arial', sans-serif !default;
/* ========== Color & Themes ========== */
// Define whether individual color pallet items should have classes created.
// Setting this to true will remove individual color classes for each color in the pallets.
// To improve overall performance (assuming they aren't used) by:
// * Saving server bandwidth sending the extra classes
// * Save client computation against the classes
// it is RECOMMENDED you set this to true.
$trim-color-classes: false !default;
// Use color primarily for emphasis. Choose colors that fit with
// your brand and provide good contrast between visual components.
$color-primary: $palette-indigo-500 !default;

File diff suppressed because it is too large Load Diff