Open Rodeoclash opened 10 years ago
There's a couple of lines in the CSS file:
// Fallback
Which are not valid CSS. They should be changed to:
/* Fallback */
It doesn't seem to cause any errors in the browser but CSS optimisers barf on those lines.
There's a couple of lines in the CSS file:
// Fallback
Which are not valid CSS. They should be changed to:
/* Fallback */
It doesn't seem to cause any errors in the browser but CSS optimisers barf on those lines.