2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+1
View File
@@ -52,6 +52,7 @@ $grid-gutter-width: 1.875rem !default; // 30px
// Grid mixins
//
@import "custom";
@import "variables";
@import "mixins/clearfix";
+1
View File
@@ -2,6 +2,7 @@
//
// Includes only Normalize and our custom Reboot reset.
@import "custom";
@import "variables";
@import "mixins/hover";
@import "mixins/tab-focus";