aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-17 15:54:17 -0800
committerMark Otto <[email protected]>2016-01-17 15:54:17 -0800
commit567a0e9cee748d198fb3570e65b0a25a6aa373cb (patch)
tree61258a0bbfdafa8b2c2436989b563b015fea44a9
parentd00eef1dac656cf629a587520a304afc0f046f54 (diff)
downloadbootstrap-567a0e9cee748d198fb3570e65b0a25a6aa373cb.tar.xz
bootstrap-567a0e9cee748d198fb3570e65b0a25a6aa373cb.zip
add custom overrides to other bundles
-rw-r--r--scss/bootstrap-grid.scss1
-rw-r--r--scss/bootstrap-reboot.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 28d59095e..5dc331eb6 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -52,6 +52,7 @@ $grid-gutter-width: 1.875rem !default; // 30px
// Grid mixins
//
+@import "custom";
@import "variables";
@import "mixins/clearfix";
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index f7ff43eb2..eeff5166c 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -2,6 +2,7 @@
//
// Includes only Normalize and our custom Reboot reset.
+@import "custom";
@import "variables";
@import "mixins/hover";
@import "mixins/tab-focus";