dreyescat / bootstrap-rating

Bootstrap Rating is a jQuery plugin that creates a rating control that uses Bootstrap glyphicons for rating symbols.
http://dreyescat.github.io/bootstrap-rating/
MIT License
192 stars 78 forks source link

Update for compatibility with Font Awesome 5 SVG mode #33

Closed Syone closed 6 years ago

Syone commented 6 years ago

Here is an example working with this patch: https://codepen.io/anon/pen/ddpyzK

dreyescat commented 6 years ago

Cool! Thanks @Syone. Now the recommended use of Fontawesome (SVG with JS) is supported 🎉.

Included in release 1.5.0.

Syone commented 6 years ago

Thanks for your great job @dreyescat ;)