From 05badb2b8cfd0ee59d6ff3e97d9c7267e74204c6 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Wed, 10 Feb 2016 12:10:40 -0600 Subject: [PATCH] move known good import file up to test issues with @import from another project --- scss/_core.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_core.scss b/scss/_core.scss index 3edfb547..ec395239 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -1,7 +1,7 @@ // This is the main scss file, provided as an underscored file so that variable contexts remain in-tact when importing from the source. @import "variables"; -@import "core-bootstrap"; // FIXME: V4 SCSS inclusion via an underscored file https://github.com/twbs/bootstrap/issues/18350 @import "mixins"; +@import "core-bootstrap"; // FIXME: V4 SCSS inclusion via an underscored file https://github.com/twbs/bootstrap/issues/18350 @import "reboot";