diff options
| author | m5o <[email protected]> | 2017-10-18 00:45:52 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-18 01:45:52 +0300 |
| commit | 77e975afb2e5f9793a363da98b235cb1d1f64fd2 (patch) | |
| tree | a103e050ebee9f1e8c3df15ea74c2cea9700fa5b | |
| parent | fac70149b3f12d52b4f4fe1abaa32369be35e8fb (diff) | |
| download | bootstrap-77e975afb2e5f9793a363da98b235cb1d1f64fd2.tar.xz bootstrap-77e975afb2e5f9793a363da98b235cb1d1f64fd2.zip | |
remove unused docs color variables (#24406)
| -rw-r--r-- | assets/scss/_variables.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 134004444..e3aed2e82 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -2,9 +2,7 @@ $bd-purple: #563d7c; $bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); $bd-purple-light: #cdbfe3; -$bd-purple-lightest: #f5f2f9; $bd-graphite: #2a2730; -$bd-graphite-light: lighten($bd-graphite, 40%); $bd-yellow: #ffe484; $bd-danger: #d9534f; $bd-warning: #f0ad4e; |
