Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Created August 28, 2017 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrisjlee/747e55e1bb53687287102fed330b2969 to your computer and use it in GitHub Desktop.
Save chrisjlee/747e55e1bb53687287102fed330b2969 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