From e3bd2cce9b121cf31308d14058650d58b46a2db2 Mon Sep 17 00:00:00 2001 From: Vlad Mitkovsky Date: Wed, 1 Aug 2018 06:14:14 -0600 Subject: [PATCH] Update README.md (#1023) Added 'semicolonAfterLastProperty' control description. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43e48c35..436f9932 100644 --- 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 } } -- 2.34.1