Created
August 28, 2017 15:10
-
-
Save chrisjlee/747e55e1bb53687287102fed330b2969 to your computer and use it in GitHub Desktop.
fix the bootstrap / webpack asset import issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/webpack-contrib/sass-loader/issues/40 | |
$bootstrap-sass-asset-helper: true; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment