rename bootstrap.scss to core-bootstrap to avoid confusion

This commit is contained in:
Kevin Ross 2016-02-10 12:04:22 -06:00
parent 2b251ef7da
commit c04c041ae6
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// This is the main scss file, provided as an underscored file so that variable contexts remain in-tact when importing from the source. // 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 "variables";
@import "bootstrap"; // FIXME: V4 SCSS inclusion via an underscored file https://github.com/twbs/bootstrap/issues/18350 @import "core-bootstrap"; // FIXME: V4 SCSS inclusion via an underscored file https://github.com/twbs/bootstrap/issues/18350
@import "mixins"; @import "mixins";
@import "reboot"; @import "reboot";