aboutsummaryrefslogtreecommitdiff
path: root/scss/bootstrap-reboot.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 22:21:50 -0700
committerMark Otto <[email protected]>2017-06-14 20:55:00 -0700
commit5da5a38f0d26445003467ed0b7a046fb9c3ee82b (patch)
treec7542a9a8720ecdbed6fe443f8ac5e3ab3e1d43f /scss/bootstrap-reboot.scss
parent2e798301ca15ed45c86283371d4c5a37510f945d (diff)
downloadbootstrap-5da5a38f0d26445003467ed0b7a046fb9c3ee82b.tar.xz
bootstrap-5da5a38f0d26445003467ed0b7a046fb9c3ee82b.zip
Move scss functions from top of variables to separate file, then import it into other build files
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index 5867f08ec..5965022a9 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -3,6 +3,7 @@
// Includes only Normalize and our custom Reboot reset.
@import "custom";
+@import "functions";
@import "variables";
@import "mixins";