shakacode / bootstrap-sass-loader

Webpack Loader for the Sass version Twitter Bootstrap
MIT License
118 stars 25 forks source link

Support Bootstrap 4 #38

Closed justin808 closed 8 years ago

justin808 commented 9 years ago

@alexfedoseev Please double check we're putting files in the right order.

2015-11-10_19-02-35

Also, please add some comments on the difference between the "main" sass file as well as the "bootstrap-customization file".

While you could put all post-bootstrap loading customizations in the bootstrap-customization file, you separate out that to a second sass file which is your own app's sass files. Your app's sass files will be able to any sass variables defined by bootstrap.

CC: @robwise

maxbates commented 8 years ago

Any idea on when this will be ready to go?

justin808 commented 8 years ago

@maxbates It's just about ready. We could definitely use some help with testing and documentation.

http://forum.shakacode.com/t/open-source-help-wanted/416

justin808 commented 8 years ago

Closing as we're about to put in the PR that will take this loader to the next level.

See it in action here: https://github.com/shakacode/react-webpack-rails-tutorial/pull/175