-
-
Save iPublicis/39523f1d8804dc4741756a3e5b448a5f 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