From: Jakub Pawlowicz Date: Thu, 20 Aug 2015 06:25:55 +0000 (+0100) Subject: Adds missing compatibility docs. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d772f71f250b13cf55d1defc1f5972321c91b1b1;p=clean-css.git Adds missing compatibility docs. Missing since adding in, pt, and pc to unit minification. --- diff --git a/README.md b/README.md index 40857bcb..ec099aa9 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,9 @@ with the following options available: * `'[+-]selectors.ie7Hack'` - turn on / off IE7 selector hack removal (`*+html...`) * `'[+-]selectors.special'` - a regular expression with all special, unmergeable selectors (leave it empty unless you know what you are doing) * `'[+-]units.ch'` - turn on / off treating `ch` as a proper unit +* `'[+-]units.in'` - turn on / off treating `in` as a proper unit +* `'[+-]units.pc'` - turn on / off treating `pc` as a proper unit +* `'[+-]units.pt'` - turn on / off treating `pt` as a proper unit * `'[+-]units.rem'` - turn on / off treating `rem` as a proper unit * `'[+-]units.vh'` - turn on / off treating `vh` as a proper unit * `'[+-]units.vm'` - turn on / off treating `vm` as a proper unit