diff options
| author | Stephanie Kendall <[email protected]> | 2015-12-01 13:44:37 -0600 |
|---|---|---|
| committer | Stephanie Kendall <[email protected]> | 2015-12-01 13:44:37 -0600 |
| commit | aaae40c069ee79102a5587f7dc383bac9825f96d (patch) | |
| tree | 54a4c2cb25c1905e41b035b51dddcbe5d0d352a2 | |
| parent | e458c7b0e622ffec8b7e1371efbcec7138ebdb19 (diff) | |
| download | bootstrap-aaae40c069ee79102a5587f7dc383bac9825f96d.tar.xz bootstrap-aaae40c069ee79102a5587f7dc383bac9825f96d.zip | |
implements a _custom.scss, resolves #17322
| -rw-r--r-- | scss/_custom.scss | 4 | ||||
| -rw-r--r-- | scss/bootstrap.scss | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/scss/_custom.scss b/scss/_custom.scss new file mode 100644 index 000000000..6871992aa --- /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 e9300f54d..8f7e90ea2 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 |
