1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02: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 "mixins";
@import "root";
@import "print";
@import "reboot";
@import "type";
@import "images";
@@ -40,3 +39,4 @@
@import "popover";
@import "carousel";
@import "utilities";
@import "print";