add custom overrides to other bundles

This commit is contained in:
Mark Otto 2016-01-17 15:54:17 -08:00
parent d00eef1dac
commit 567a0e9cee
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ $grid-gutter-width: 1.875rem !default; // 30px
// Grid mixins // Grid mixins
// //
@import "custom";
@import "variables"; @import "variables";
@import "mixins/clearfix"; @import "mixins/clearfix";

View File

@ -2,6 +2,7 @@
// //
// Includes only Normalize and our custom Reboot reset. // Includes only Normalize and our custom Reboot reset.
@import "custom";
@import "variables"; @import "variables";
@import "mixins/hover"; @import "mixins/hover";
@import "mixins/tab-focus"; @import "mixins/tab-focus";