aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_custom.scss4
-rw-r--r--scss/bootstrap.scss1
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 ab33f86c4..ef30c6b63 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -5,6 +5,7 @@
*/
// Core variables and mixins
+@import "custom";
@import "variables";
@import "mixins";