aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-23 14:51:42 -0800
committerMark Otto <[email protected]>2017-12-26 13:20:12 -0800
commit4205b262d3e26d836e20be1506e3d9a4a9b04f9e (patch)
tree20c5d117fffb730cf5bdbbd9895abde2ffd0f060
parent2435afe4e6f329ca567759f7d00890f6d523b35e (diff)
downloadbootstrap-4205b262d3e26d836e20be1506e3d9a4a9b04f9e.tar.xz
bootstrap-4205b262d3e26d836e20be1506e3d9a4a9b04f9e.zip
Update SCSS import order to have print styles last
-rw-r--r--scss/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index bfeffacac..37b97d1b1 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -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";