aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZulfiqar Ali <[email protected]>2017-01-07 23:38:43 -0500
committerMark Otto <[email protected]>2017-01-09 21:03:40 -0800
commite7035aee3fc04fb92af47ba07bf16b942ba71797 (patch)
tree4391d903a308b7718d49f324611242bca6d50e99
parentcdf73209df37016210e0ac91282b84b554ec6d7d (diff)
downloadbootstrap-e7035aee3fc04fb92af47ba07bf16b942ba71797.tar.xz
bootstrap-e7035aee3fc04fb92af47ba07bf16b942ba71797.zip
_custom.scss should be the first include
-rw-r--r--scss/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 88a60cafa..e47021ce9 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -6,9 +6,9 @@
*/
// Core variables and mixins
+@import "custom";
@import "variables";
@import "mixins";
-@import "custom";
// Reset and dependencies
@import "normalize";