From dca1c2c025d67969ae021b65aa5400218d363c3b Mon Sep 17 00:00:00 2001 From: Luke Page Date: Thu, 14 Aug 2014 16:59:18 +0100 Subject: [PATCH] Add roundingPrecision to programattic description --- README.md | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1