You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
it works (but I can't use CSS-only of font-awesome, we depend on some of the JS functionality
Font Awesome with JS says "When using our SVG framework, remember that Font Awesome-based <i> DOM elements are replaced with new <svg> elements by default. Be sure that your css rules target the right elements."
If I use
it works (but I can't use CSS-only of font-awesome, we depend on some of the JS functionality
Font Awesome with JS says "When using our SVG framework, remember that Font Awesome-based
<i>
DOM elements are replaced with new<svg>
elements by default. Be sure that your css rules target the right elements."So when using it with JS instead
<script type="text/javascript" src="lib/fontawesome5/js/all.min.js"></script>It fails (can't click icons, etc)
Therefore I beg of thee (: make plugin work with the JS version please (:
#2 relates too (same problem
<i>
replaced with<svg>
elements by Font Awesome )The text was updated successfully, but these errors were encountered: