1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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. // Includes only Normalize and our custom Reboot reset.
@import "variables"; @import "variables";
@import "mixins/hover"; @import "mixins";
@import "mixins/tab-focus";
@import "custom"; @import "custom";
@import "normalize"; @import "normalize";