diff options
| author | Mark Otto <[email protected]> | 2016-01-17 15:54:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-17 15:54:17 -0800 |
| commit | 567a0e9cee748d198fb3570e65b0a25a6aa373cb (patch) | |
| tree | 61258a0bbfdafa8b2c2436989b563b015fea44a9 | |
| parent | d00eef1dac656cf629a587520a304afc0f046f54 (diff) | |
| download | bootstrap-567a0e9cee748d198fb3570e65b0a25a6aa373cb.tar.xz bootstrap-567a0e9cee748d198fb3570e65b0a25a6aa373cb.zip | |
add custom overrides to other bundles
| -rw-r--r-- | scss/bootstrap-grid.scss | 1 | ||||
| -rw-r--r-- | scss/bootstrap-reboot.scss | 1 |
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"; |
