·
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 10pxis written aspadding:10px. See #126 - thx @cjohansen- New extension point
CSSShortHandDescriptor.getOptimizedExpressionfor descriptors that want to rewrite their expression on optimized write - Formatted (non-optimized) output is unchanged
- New extension point
Full Changelog: ph-css-parent-pom-8.2.0...ph-css-parent-pom-8.2.1