From 4205b262d3e26d836e20be1506e3d9a4a9b04f9e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 23 Dec 2017 14:51:42 -0800 Subject: [PATCH] Update SCSS import order to have print styles last --- scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index bfeffacacf..37b97d1b13 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";