From 7bc8225e21b5f5fe920f471136300902dd84f45e Mon Sep 17 00:00:00 2001 From: Jitendra Vyas Date: Wed, 10 May 2017 17:07:18 +0530 Subject: [PATCH] This has been deprecated from stylelint rules list --- README.md | 1 - 1 file changed, 1 deletion(-) 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)