include glyphicons earlier in include order
I didn't see a way to add an issue to gowravshekar/bootstrap-webpack, so I'm opening one here in the hope that any fix ends up in the right place.
I was having a problem using text inputs with feedback (i.e., the small checkbox or x at the inside right-hand side of the input field). The icons were incorrectly appearing below the input box.
It seems that the glyphicons.less file needs to be included before other bootstrap style files to get the desired result--at least before the forms.less file. The upstream bootstrap repository made this change to bootstrap.less in this commit.
By making a similar fix to bootstrap-webpack--that is, modifying bootstrap-styles.loader.js to put glyphicons just after print, everything looks normal again.
Thanks.
I'm sure I'll have time to look into this until after the new year.
Thanks for pointing out the published repo does not have issue tracker enabled. I've emailed the maintainer and asked if he can enable this feature.
Cheers, Scott
Hi, I have the same issue. Should I put in a pull request, or is there anything else I can do?
Stefan
Hello. I have the same issue and I can't solve it, even hacking boostrap-styles-loader.js Anybody hacked and got it working properly?