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
I'd suggest removing font-awesome from the minified css file.
The reason for this is that many developers are using node - and there is a conflict with loading the font files where it says "OTS parsing error: invalid version tag".
If instead you declare that grapes requires a separate install of font-awesome you get several benefits:
No conflicts using node
The developer can decide which version of font-awesome they want to use.
The developer can store the css wherever they like
Just a thought.
Cheers!
The text was updated successfully, but these errors were encountered:
Hello - quick suggestion:
I'd suggest removing font-awesome from the minified css file.
The reason for this is that many developers are using node - and there is a conflict with loading the font files where it says "OTS parsing error: invalid version tag".
If instead you declare that grapes requires a separate install of font-awesome you get several benefits:
Just a thought.
Cheers!
The text was updated successfully, but these errors were encountered: