From: Jakub Pawlowicz Date: Tue, 15 Sep 2015 06:37:51 +0000 (+0100) Subject: Adds a missing readme entry about `shorterLengthUnits` switch. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=88271edc1a603a974e6a3090dd132066ffe41887;p=clean-css.git Adds a missing readme entry about `shorterLengthUnits` switch. --- diff --git a/README.md b/README.md index c50c1882..1706a91c 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ with the following options available: * `'[+-]properties.iePrefixHack'` - turn on / off IE prefix hack removal * `'[+-]properties.ieSuffixHack'` - turn on / off IE suffix hack removal * `'[+-]properties.merging'` - turn on / off property merging based on understandability +* `'[+-]properties.shorterLengthUnits'` - turn on / off shortening pixel units into `pc`, `pt`, or `in` units * `'[+-]properties.spaceAfterClosingBrace'` - turn on / off removing space after closing brace - `url() no-repeat` into `url()no-repeat` * `'[+-]properties.urlQuotes'` - turn on / off `url()` quoting * `'[+-]properties.zeroUnits'` - turn on / off units removal after a `0` value