1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

add theme-color-level function and interval so we can generate shades of colors

This commit is contained in:
Mark Otto
2017-06-25 18:31:03 -07:00
parent 9372eef9e1
commit 6c595d2cc1
2 changed files with 16 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ $theme-colors: (
dark: $gray-800
) !default;
// Set a specific jump point for requesting color jumps
$theme-color-interval: 8% !default;
// Colors
//