2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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.
This commit is contained in:
Mark Otto
2017-01-23 23:59:19 -08:00
committed by GitHub
parent f18a4cdadd
commit ea6390d513
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
//
// Includes only Normalize and our custom Reboot reset.
@import "custom";
@import "variables";
@import "mixins";
@import "custom";
@import "reboot";