From d772f71f250b13cf55d1defc1f5972321c91b1b1 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 20 Aug 2015 07:25:55 +0100 Subject: [PATCH] Adds missing compatibility docs. Missing since adding in, pt, and pc to unit minification. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1