]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move docs vars to new scss partial
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 04:24:29 +0000 (21:24 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 04:24:29 +0000 (21:24 -0700)
docs/assets/scss/_variables.scss [new file with mode: 0644]
docs/assets/scss/docs.scss

diff --git a/docs/assets/scss/_variables.scss b/docs/assets/scss/_variables.scss
new file mode 100644 (file)
index 0000000..0ea8afd
--- /dev/null
@@ -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;
index 77626ef1eaed36d63945f772f56d371b96359997..78add9a7c65e7f067a2076fa04b0f44a51c07767 100644 (file)
 @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";