]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add custom overrides to other bundles
authorMark Otto <markdotto@gmail.com>
Sun, 17 Jan 2016 23:54:17 +0000 (15:54 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 17 Jan 2016 23:54:17 +0000 (15:54 -0800)
scss/bootstrap-grid.scss
scss/bootstrap-reboot.scss

index 28d59095e3917131141428eb5d67057c9333ec83..5dc331eb6820c53533e585b895c24f81ca58f9fe 100644 (file)
@@ -52,6 +52,7 @@ $grid-gutter-width:          1.875rem !default; // 30px
 // Grid mixins
 //
 
+@import "custom";
 @import "variables";
 
 @import "mixins/clearfix";
index f7ff43eb2b15dfb430466f00d59a370f31bde1bc..eeff5166c69ffd35db0350066f1549ef195c5bbd 100644 (file)
@@ -2,6 +2,7 @@
 //
 // Includes only Normalize and our custom Reboot reset.
 
+@import "custom";
 @import "variables";
 @import "mixins/hover";
 @import "mixins/tab-focus";