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
One other problem is while your patch makes the @font-face not get picked up as a mixin/variable it won't parse and process mixin's within the @font-face{ } block.
Yes, at the momment it is handleded as a "raw" value the is more work to do in the Parser.java, so the current support is very basic, but as a first step it prevents ZUSS from completely removing font-face definitions from the CSS...
@font-face {
}
simply don't sho up in the ouput because it is parsed as a function(?) or some other ZUSS construct.
The text was updated successfully, but these errors were encountered: