Closed mikedevita closed 9 years ago
@mikedevita Do you only have the trouble with using the extract-text loader?
Can you try out the advice here: https://github.com/shakacode/bootstrap-sass-loader#testing-changes-in-the-bootstrap-sass-loader
And compare your setup to: https://github.com/shakacode/react-webpack-rails-tutorial/
Here's where the mixin is defined: https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss#L65
If i remove extract text i get the same result.. you can see the codebase here..
My setup is similar to that react rails repo. mikedevita/react-auth-boilerplate
edit if i remove the @include box-shadow(none);
from _bootswatch.scss
everything works fine.
Try turning on verbose and debug:
https://github.com/mikedevita/react-auth-boilerplate/blob/master/bootstrap-sass.config.js#L6
Please open the issue again if you need more help, @mikedevita.
i am using a config like so..
however when i run webpack i get an error...