trullock / NUglify

NUglify is a HTML, JavaScript and CSS minification Library for .NET (fork of AjaxMin + new features)
Other
396 stars 79 forks source link

Missing CSS optimization - @supports( #318

Closed SpeednetGroup closed 2 years ago

SpeednetGroup commented 2 years ago

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.