mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line
This commit is contained in:
parent
0f18dfc05c
commit
fe0573cdab
1 changed files with 1 additions and 2 deletions
3
scss/bootstrap-reboot.scss
vendored
3
scss/bootstrap-reboot.scss
vendored
|
|
@ -3,8 +3,7 @@
|
|||
// Includes only Normalize and our custom Reboot reset.
|
||||
|
||||
@import "variables";
|
||||
@import "mixins/hover";
|
||||
@import "mixins/tab-focus";
|
||||
@import "mixins";
|
||||
@import "custom";
|
||||
|
||||
@import "normalize";
|
||||
|
|
|
|||
Loading…
Reference in a new issue