]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
implements a _custom.scss, resolves #17322
authorStephanie Kendall <stephaniedkendall@gmail.com>
Tue, 1 Dec 2015 19:44:37 +0000 (13:44 -0600)
committerStephanie Kendall <stephaniedkendall@gmail.com>
Tue, 1 Dec 2015 19:44:37 +0000 (13:44 -0600)
scss/_custom.scss [new file with mode: 0644]
scss/bootstrap.scss

diff --git a/scss/_custom.scss b/scss/_custom.scss
new file mode 100644 (file)
index 0000000..6871992
--- /dev/null
@@ -0,0 +1,4 @@
+// Custom Overrides
+//
+// Copy settings from `_variables.scss` to this file to override
+// the Bootstrap defaults without modifying key, versioned files.
index e9300f54dc52f60ce14cb2b61493fe1f3509b9d7..8f7e90ea2f462818d10cfdb6bbbcc6d3bc593101 100644 (file)
@@ -6,6 +6,7 @@
 
 // Core variables and mixins
 @import "variables";
+@import "custom";
 @import "mixins";
 
 // Reset and dependencies