Update README.md (#1023)
authorVlad Mitkovsky <lumberman@users.noreply.github.com>
Wed, 1 Aug 2018 12:14:14 +0000 (06:14 -0600)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 1 Aug 2018 12:14:14 +0000 (14:14 +0200)
Added 'semicolonAfterLastProperty' control description.

README.md

index 43e48c3..436f993 100644 (file)
--- a/README.md
+++ b/README.md
@@ -367,6 +367,7 @@ new CleanCSS({
       tidyAtRules: true, // controls at-rules (e.g. `@charset`, `@import`) optimizing; defaults to `true`
       tidyBlockScopes: true, // controls block scopes (e.g. `@media`) optimizing; defaults to `true`
       tidySelectors: true, // controls selectors optimizing; defaults to `true`,
+      semicolonAfterLastProperty: false, // controls removing trailing semicolons in rule; defaults to `false` - means remove
       transform: function () {} // defines a callback for fine-grained property optimization; defaults to no-op
     }
   }