Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-01-24 10:59:19 +0300
committerGitHub <noreply@github.com>2017-01-24 10:59:19 +0300
commitea6390d513039a18903901e5e6b4603166fc46db (patch)
treead5efddb5cf0be72ee80c994503c30fe7869bfb5 /scss/bootstrap-reboot.scss
parentf18a4cdadd350ca56ca7e75477fe202fcd843c53 (diff)
Update _custom.scss imports in other builds (#21825)
- Correctly places the _custom.scss file first in the other two buids. - Also removes the clearfix mixin from the grid build because flexbox yo.
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index fd5ba0ca05..5867f08ec9 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -2,8 +2,8 @@
//
// Includes only Normalize and our custom Reboot reset.
+@import "custom";
@import "variables";
@import "mixins";
-@import "custom";
@import "reboot";