From a268771f83024e21fe8ad52d6773a9430afd30eb Mon Sep 17 00:00:00 2001 From: Luke Page Date: Tue, 18 Feb 2014 07:20:05 +0000 Subject: [PATCH] Add compatibility to programmability section too --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a616ec7..59312b51 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * `processImport` - whether to process `@import` rules * `noRebase` - whether to skip URLs rebasing * `noAdvanced` - set to true to disable advanced optimizations - selector & property merging, reduction, etc. -* `selectorsMergeMode` - `ie8` for IE8 compatibility mode, `*` for merging all (default) +* `selectorsMergeMode` - DEPRECATED: Use compatibility option +* `compatibility` - Force compatibility mode to `ie7` or `ie8`. Defaults to not set. * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) ### How to use clean-css with [Grunt](http://gruntjs.com)? -- 2.34.1