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 May 8, 2023. It is now read-only.
If the CSS file contains the definitions like this:
.icofont-spanner:before
{
content: "\eff1";
}
The parsing of the files breaks because the code will not split correctly. After much debugging had to do the following to solve it:
I.e. remove all the new lines while loading the file, so that it can be parsed by the current code.
The parsing code should take care of it.
The text was updated successfully, but these errors were encountered: