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 08:11:22 +0300
committerMark Otto <markd.otto@gmail.com>2016-12-28 01:16:25 +0300
commitfe0573cdab4c400da6e16856860ec57dd3e41a7a (patch)
tree26a6f774906486aa50cbe173517b3976680748d4 /scss/bootstrap-reboot.scss
parent0f18dfc05c1af97bd26b060391228adf965aa324 (diff)
sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index 2f3263ba78..978b086a1a 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -3,8 +3,7 @@
// Includes only Normalize and our custom Reboot reset.
@import "variables";
-@import "mixins/hover";
-@import "mixins/tab-focus";
+@import "mixins";
@import "custom";
@import "normalize";