aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-17 15:51:49 -0800
committerMark Otto <[email protected]>2016-01-17 15:51:49 -0800
commitd00eef1dac656cf629a587520a304afc0f046f54 (patch)
tree8efad4a2646d4ee3a5a1cc41f3ab61355e1d9909
parent2f4af5c2955224faaa81fc0c1d558a990f3d4b2c (diff)
parent523c5a3d1acbe515a96d814d65912d0619150c09 (diff)
downloadbootstrap-d00eef1dac656cf629a587520a304afc0f046f54.tar.xz
bootstrap-d00eef1dac656cf629a587520a304afc0f046f54.zip
Merge branch 'provide-custom-scss' of https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
-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";