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 was archived by the owner on Apr 10, 2025. It is now read-only.
this style:
font-family: trebuchet ms;
is being minified to:
font-family: trebuchetms;
while it should be:
font-family: "trebuchet ms";
or remain untouched
Original issue reported on code.google.com by cgeorgak...@gmail.com on 3 Nov 2010 at 10:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
cgeorgak...@gmail.com
on 3 Nov 2010 at 10:24The text was updated successfully, but these errors were encountered: