mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +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 "variables";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
@import "root";
|
@import "root";
|
||||||
@import "print";
|
|
||||||
@import "reboot";
|
@import "reboot";
|
||||||
@import "type";
|
@import "type";
|
||||||
@import "images";
|
@import "images";
|
||||||
@ -40,3 +39,4 @@
|
|||||||
@import "popover";
|
@import "popover";
|
||||||
@import "carousel";
|
@import "carousel";
|
||||||
@import "utilities";
|
@import "utilities";
|
||||||
|
@import "print";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user