Closed SpeednetGroup closed 2 years ago
Please update the CSS optimizations in NUglify to remove the space between @supports and the left parenthesis (.
@supports
(
Instead of @supports ( it should be @supports(.
@supports (
@supports(
This same optimization may apply to other CSS queries that use parens.
Please update the CSS optimizations in NUglify to remove the space between
@supports
and the left parenthesis(
.Instead of
@supports (
it should be@supports(
.This same optimization may apply to other CSS queries that use parens.