2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

move docs vars to new scss partial

This commit is contained in:
Mark Otto
2017-05-28 21:24:29 -07:00
parent 66011fb74c
commit f894dd4a24
2 changed files with 11 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
// Local docs variables
$bd-purple: #563d7c;
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%);
$bd-purple-light: #cdbfe3;
$bd-graphite: #2a2730;
$bd-graphite-light: lighten($bd-graphite, 40%);
$bd-yellow: #ffe484;
$bd-danger: #d9534f;
$bd-warning: #f0ad4e;
$bd-info: #5bc0de;
+1 -11
View File
@@ -27,18 +27,8 @@
@import "../../../scss/variables";
@import "../../../scss/mixins";
// Local docs variables
$bd-purple: #563d7c;
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%);
$bd-purple-light: #cdbfe3;
$bd-graphite: #2a2730;
$bd-graphite-light: lighten($bd-graphite, 40%);
$bd-yellow: #ffe484;
$bd-danger: #d9534f;
$bd-warning: #f0ad4e;
$bd-info: #5bc0de;
// Load docs components
@import "variables";
@import "nav";
@import "masthead";
@import "featurettes";