shakacode / bootstrap-sass-loader

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

Wrong partials ordering #17

Closed mgtitimoli closed 9 years ago

mgtitimoli commented 9 years ago

Partials array must be ordered the same as _bootstrap.scss file present in bootstrap-sass project, since otherwise some classes override some others, causing wrong components rendering (currently glyphicon is included after forms, and this breaks the has-feedback feature).

Also I noticed, that responsive-embed partial is missing.

This PR fixes this.

justin808 commented 9 years ago

Awesome. I'll get this integrated asap!

mgtitimoli commented 9 years ago

Great @justin808 :+1:, many thanks!!