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>2016-01-18 02:54:17 +0300
committerMark Otto <markdotto@gmail.com>2016-01-18 02:54:17 +0300
commit567a0e9cee748d198fb3570e65b0a25a6aa373cb (patch)
tree61258a0bbfdafa8b2c2436989b563b015fea44a9 /scss/bootstrap-reboot.scss
parentd00eef1dac656cf629a587520a304afc0f046f54 (diff)
add custom overrides to other bundles
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 f7ff43eb2b..eeff5166c6 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -2,6 +2,7 @@
//
// Includes only Normalize and our custom Reboot reset.
+@import "custom";
@import "variables";
@import "mixins/hover";
@import "mixins/tab-focus";