mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Update SCSS import order to have print styles last
This commit is contained in:
parent
2435afe4e6
commit
4205b262d3
2
scss/bootstrap.scss
vendored
2
scss/bootstrap.scss
vendored
@ -9,7 +9,6 @@
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "root";
|
||||
@import "print";
|
||||
@import "reboot";
|
||||
@import "type";
|
||||
@import "images";
|
||||
@ -40,3 +39,4 @@
|
||||
@import "popover";
|
||||
@import "carousel";
|
||||
@import "utilities";
|
||||
@import "print";
|
||||
|
Loading…
Reference in New Issue
Block a user