Skip to content

v8.2.1

Latest

Choose a tag to compare

@phax phax released this 16 May 19:19
· 8 commits to master since this release
  • Optimized output now compacts the box-model shorthand properties (margin, padding, border-width, border-style, border-color) so that e.g. padding:10px 10px 10px 10px is written as padding:10px. See #126 - thx @cjohansen
    • New extension point CSSShortHandDescriptor.getOptimizedExpression for descriptors that want to rewrite their expression on optimized write
    • Formatted (non-optimized) output is unchanged

Full Changelog: ph-css-parent-pom-8.2.0...ph-css-parent-pom-8.2.1