From: Stephanie Kendall Date: Tue, 1 Dec 2015 19:44:37 +0000 (-0600) Subject: implements a _custom.scss, resolves #17322 X-Git-Tag: v4.0.0-alpha.3~357^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaae40c069ee79102a5587f7dc383bac9825f96d;p=thirdparty%2Fbootstrap.git implements a _custom.scss, resolves #17322 --- diff --git a/scss/_custom.scss b/scss/_custom.scss new file mode 100644 index 0000000000..6871992aa7 --- /dev/null +++ b/scss/_custom.scss @@ -0,0 +1,4 @@ +// Custom Overrides +// +// Copy settings from `_variables.scss` to this file to override +// the Bootstrap defaults without modifying key, versioned files. diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index e9300f54dc..8f7e90ea2f 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -6,6 +6,7 @@ // Core variables and mixins @import "variables"; +@import "custom"; @import "mixins"; // Reset and dependencies