diff options
| author | Stephanie Kendall <[email protected]> | 2015-12-16 09:27:09 -0600 |
|---|---|---|
| committer | Stephanie Kendall <[email protected]> | 2015-12-16 09:27:09 -0600 |
| commit | 523c5a3d1acbe515a96d814d65912d0619150c09 (patch) | |
| tree | fdceaec1bb8ad721e5663a4e18089dfa377a3af6 | |
| parent | aaae40c069ee79102a5587f7dc383bac9825f96d (diff) | |
| download | bootstrap-523c5a3d1acbe515a96d814d65912d0619150c09.tar.xz bootstrap-523c5a3d1acbe515a96d814d65912d0619150c09.zip | |
switching position of custom in bootstrap.scss for better efficiency
| -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 8f7e90ea2..5ead350f9 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -5,8 +5,8 @@ */ // Core variables and mixins -@import "variables"; @import "custom"; +@import "variables"; @import "mixins"; // Reset and dependencies |
