Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-14 08:21:50 +0300
committerMark Otto <markd.otto@gmail.com>2017-06-15 06:55:00 +0300
commit5da5a38f0d26445003467ed0b7a046fb9c3ee82b (patch)
treec7542a9a8720ecdbed6fe443f8ac5e3ab3e1d43f /scss/bootstrap-reboot.scss
parent2e798301ca15ed45c86283371d4c5a37510f945d (diff)
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 5867f08ec9..5965022a99 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";