diff --git a/README.md b/README.md index 3b56dc4..6ae1b2e 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,6 @@ stylefmt supports the following stylelint rules: - [block-opening-brace-space-before](https://github.com/stylelint/stylelint/tree/master/lib/rules/block-opening-brace-space-before) - [color-hex-case](https://github.com/stylelint/stylelint/tree/master/lib/rules/color-hex-case) - [color-hex-length](https://github.com/stylelint/stylelint/tree/master/lib/rules/color-hex-length) -- [declaration-block-properties-order](https://github.com/stylelint/stylelint/tree/master/lib/rules/declaration-block-properties-order) - [declaration-colon-space-after](https://github.com/stylelint/stylelint/tree/master/lib/rules/declaration-colon-space-after) - [declaration-colon-space-before](https://github.com/stylelint/stylelint/tree/master/lib/rules/declaration-colon-space-before) - [declaration-empty-line-before](https://github.com/stylelint/stylelint/tree/master/lib/rules/declaration-empty-line-before)