aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-26 21:11:22 -0800
committerMark Otto <[email protected]>2016-12-27 14:16:25 -0800
commitfe0573cdab4c400da6e16856860ec57dd3e41a7a (patch)
tree26a6f774906486aa50cbe173517b3976680748d4
parent0f18dfc05c1af97bd26b060391228adf965aa324 (diff)
downloadbootstrap-fe0573cdab4c400da6e16856860ec57dd3e41a7a.tar.xz
bootstrap-fe0573cdab4c400da6e16856860ec57dd3e41a7a.zip
sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line
-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 2f3263ba7..978b086a1 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";