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
HI there, i got an issue about compiling property "content: " for an icon style.
So for example: .fa-test:before { content: "\f09a"; }
and then the result (min.csss) compiled file be like this .fa-test:before{content:""}
Of course that is unidentified symbol.
Could you help me about this ?
The text was updated successfully, but these errors were encountered:
HI there, i got an issue about compiling property "content: " for an icon style.
So for example:
.fa-test:before { content: "\f09a"; }
and then the result (min.csss) compiled file be like this
.fa-test:before{content:""}
Of course that is unidentified symbol.
Could you help me about this ?
The text was updated successfully, but these errors were encountered: