From: m5o Date: Tue, 17 Oct 2017 22:45:52 +0000 (+0200) Subject: remove unused docs color variables (#24406) X-Git-Tag: v4.0.0-beta.2~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e975afb2e5f9793a363da98b235cb1d1f64fd2;p=thirdparty%2Fbootstrap.git remove unused docs color variables (#24406) --- diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 1340044442..e3aed2e825 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;