Skip to content

Commit

Permalink
typo fixes for README.md (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Nov 28, 2023
1 parent 16c8a3a commit 107f273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean-css is a fast and efficient CSS optimizer for [Node.js](http://nodejs.org/

According to [tests](http://goalsmashers.github.io/css-minification-benchmark/) it is one of the best available.

__IMPORTANT: clean-css is now in a [maintenance mode](https://github.com/clean-css/clean-css/discussions/1209). PRs are still welcome, and I will try do an occasional bugfix relase.__
__IMPORTANT: clean-css is now in a [maintenance mode](https://github.com/clean-css/clean-css/discussions/1209). PRs are still welcome, and I will try do an occasional bugfix release.__

**Table of Contents**

Expand Down Expand Up @@ -409,7 +409,7 @@ new CleanCSS({
removeNegativePaddings: true, // controls removing negative paddings; defaults to `true`
removeQuotes: true, // controls removing quotes when unnecessary; defaults to `true`
removeWhitespace: true, // controls removing unused whitespace; defaults to `true`
replaceMultipleZeros: true, // contols removing redundant zeros; defaults to `true`
replaceMultipleZeros: true, // controls removing redundant zeros; defaults to `true`
replaceTimeUnits: true, // controls replacing time units with shorter values; defaults to `true`
replaceZeroUnits: true, // controls replacing zero values with units; defaults to `true`
roundingPrecision: false, // rounds pixel values to `N` decimal places; `false` disables rounding; defaults to `false`
Expand Down

0 comments on commit 107f273

Please sign in to comment.