0
0
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:
Mark Otto 2017-12-23 14:51:42 -08:00 committed by Mark Otto
parent 2435afe4e6
commit 4205b262d3

2
scss/bootstrap.scss vendored
View File

@ -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";