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 <markd.otto@gmail.com>2016-12-27 03:33:55 +0300
committerMark Otto <markd.otto@gmail.com>2016-12-28 01:16:25 +0300
commit424f969d1cc00551d0ca06608fc4b0c026b41279 (patch)
tree77ea3321ecb169b7b3aa6d0155bf3cd137a16510 /scss/bootstrap-reboot.scss
parent44825032370e37f7cec410356e4a1b1cd9999307 (diff)
Update bootstrap-reboot.scss
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index eeff5166c6..2f3263ba78 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -2,10 +2,10 @@
//
// Includes only Normalize and our custom Reboot reset.
-@import "custom";
@import "variables";
@import "mixins/hover";
@import "mixins/tab-focus";
+@import "custom";
@import "normalize";
@import "reboot";