Skip to content

Instantly share code, notes, and snippets.

@iPublicis
Forked from chrisjlee/app.scss
Created April 17, 2020 22:31
Show Gist options
  • Save iPublicis/39523f1d8804dc4741756a3e5b448a5f to your computer and use it in GitHub Desktop.
Save iPublicis/39523f1d8804dc4741756a3e5b448a5f to your computer and use it in GitHub Desktop.
fix the bootstrap / webpack asset import issue
// 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