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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Gentry <blakesgentry@gmail.com>2017-01-06 21:10:24 +0300
committerBlake Gentry <blakesgentry@gmail.com>2017-01-06 21:10:24 +0300
commitf82164992580fca0c3e3dde7d6d097784a514e5b (patch)
treebb3ff36c326d696623203563a53cab5982970ad8 /assets/stylesheets/_bootstrap-reboot.scss
parent023043a2da9098e7b8521a2ac62b7b5a470c40d9 (diff)
rake update[v4.0.0-alpha.6]
Diffstat (limited to 'assets/stylesheets/_bootstrap-reboot.scss')
-rw-r--r--assets/stylesheets/_bootstrap-reboot.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/stylesheets/_bootstrap-reboot.scss b/assets/stylesheets/_bootstrap-reboot.scss
index cbba413..2c8a185 100644
--- a/assets/stylesheets/_bootstrap-reboot.scss
+++ b/assets/stylesheets/_bootstrap-reboot.scss
@@ -2,10 +2,9 @@
//
// Includes only Normalize and our custom Reboot reset.
-@import "bootstrap/custom";
@import "bootstrap/variables";
-@import "bootstrap/mixins/hover";
-@import "bootstrap/mixins/tab-focus";
+@import "bootstrap/mixins";
+@import "bootstrap/custom";
@import "bootstrap/normalize";
@import "bootstrap/reboot";