Commit 4205b262 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

Update SCSS import order to have print styles last

parent 2435afe4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,6 @@ ...@@ -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 @@ ...@@ -40,3 +39,4 @@
@import "popover"; @import "popover";
@import "carousel"; @import "carousel";
@import "utilities"; @import "utilities";
@import "print";
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment