Add roundingPrecision to programattic description
authorLuke Page <luke.a.page@gmail.com>
Thu, 14 Aug 2014 15:59:18 +0000 (16:59 +0100)
committerLuke Page <luke.a.page@gmail.com>
Thu, 14 Aug 2014 15:59:18 +0000 (16:59 +0100)
README.md

index ad54e91..9a7300d 100644 (file)
--- 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)