0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line

This commit is contained in:
Mark Otto 2016-12-26 21:11:22 -08:00
parent 0f18dfc05c
commit fe0573cdab

View File

@ -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";