I spend some time trying to use pseudo-element syntax for FA5, something like
this from the official FA5 documentation. I did not find any solution, except for adding manually fontawesome/all.js script to my app/public folder and calling it from index.html:
<script data-search-pseudo-elements defer src="{{rootURL}}all.js"></script>
Are there any plans for enabling the feature, e.g. by conifg option searchPseudoElements?
I spend some time trying to use pseudo-element syntax for FA5, something like
this from the official FA5 documentation. I did not find any solution, except for adding manually fontawesome/all.js script to my app/public folder and calling it from index.html:
<script data-search-pseudo-elements defer src="{{rootURL}}all.js"></script>Are there any plans for enabling the feature, e.g. by conifg option searchPseudoElements?