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 - TRBL sizes #320

Open SpeednetGroup opened 2 years ago

SpeednetGroup commented 2 years ago

Please update the CSS optimizations in NUglify to reduce top, right, bottom, left (TRBL) declarations. margin is an example of a CSS declaration that uses TRBL.

This optimization should apply to the following rules (although there may be others; it's been a while since I last checked):