From fe0573cdab4c400da6e16856860ec57dd3e41a7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 21:11:22 -0800 Subject: [PATCH] sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line --- scss/bootstrap-reboot.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index 2f3263ba78..978b086a1a 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -3,8 +3,7 @@ // Includes only Normalize and our custom Reboot reset. @import "variables"; -@import "mixins/hover"; -@import "mixins/tab-focus"; +@import "mixins"; @import "custom"; @import "normalize";