From: Luke Page Date: Thu, 14 Aug 2014 15:59:18 +0000 (+0100) Subject: Add roundingPrecision to programattic description X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dca1c2c025d67969ae021b65aa5400218d363c3b;p=clean-css.git Add roundingPrecision to programattic description --- diff --git a/README.md b/README.md index ad54e916..9a7300d6 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ 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. +* `roundingPrecision` - Rounding precision, defaults to 2. * `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)