From: Andrey Kovalsky Date: Tue, 1 Sep 2015 14:48:55 +0000 (+0300) Subject: Delete duplicated description. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1f525cdb8a566b039254a1929cc7aee37b7bbda0;p=clean-css.git Delete duplicated description. --- diff --git a/README.md b/README.md index 05e2504a..c50c1882 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,6 @@ with the following options available: * `'[+-]units.vm'` - turn on / off treating `vm` as a proper unit * `'[+-]units.vmax'` - turn on / off treating `vmax` as a proper unit * `'[+-]units.vmin'` - turn on / off treating `vmin` as a proper unit -* `'[+-]units.vm'` - turn on / off treating `vm` as a proper unit For example, using `--compatibility 'ie8,+units.rem'` will ensure IE8 compatibility while enabling `rem` units so the following style `margin:0px 0rem` can be shortened to `margin:0`, while in pure IE8 mode it can't be.