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
1 changed files with 1 additions and 2 deletions

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