bootstrap-webpack icon indicating copy to clipboard operation
bootstrap-webpack copied to clipboard

include glyphicons earlier in include order

Open mkaminsky opened this issue 11 years ago • 3 comments

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.

mkaminsky avatar Dec 28 '14 20:12 mkaminsky

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

bline avatar Dec 28 '14 21:12 bline

Hi, I have the same issue. Should I put in a pull request, or is there anything else I can do?

Stefan

stefan79 avatar Apr 14 '15 18:04 stefan79

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?

jokeronaldo avatar Oct 27 '16 16:10 jokeronaldo