From 424f969d1cc00551d0ca06608fc4b0c026b41279 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 16:33:55 -0800 Subject: [PATCH] Update bootstrap-reboot.scss --- scss/bootstrap-reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index eeff5166c6..2f3263ba78 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -2,10 +2,10 @@ // // Includes only Normalize and our custom Reboot reset. -@import "custom"; @import "variables"; @import "mixins/hover"; @import "mixins/tab-focus"; +@import "custom"; @import "normalize"; @import "reboot";