Closed mgtitimoli closed 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.
Awesome. I'll get this integrated asap!
Great @justin808 :+1:, many thanks!!
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.