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
background:url("test.png") transparent none repeat scroll is invalid (if you remove the none it works), which is why it doesn't minify (Parcel CSS simply passes through properties that cannot be parsed correctly). Changing it how csso does changes the behavior, which we'd like to avoid.
Before:
After:
For
.a
we even have deoptimization (none
vs#0000
).Possible optimised output (from
csso
):The text was updated successfully, but these errors were encountered: