diff options
| author | Zulfiqar Ali <[email protected]> | 2017-01-07 23:38:43 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-09 21:03:40 -0800 |
| commit | e7035aee3fc04fb92af47ba07bf16b942ba71797 (patch) | |
| tree | 4391d903a308b7718d49f324611242bca6d50e99 | |
| parent | cdf73209df37016210e0ac91282b84b554ec6d7d (diff) | |
| download | bootstrap-e7035aee3fc04fb92af47ba07bf16b942ba71797.tar.xz bootstrap-e7035aee3fc04fb92af47ba07bf16b942ba71797.zip | |
_custom.scss should be the first include
| -rw-r--r-- | scss/bootstrap.scss | 2 |
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"; |
