Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
removed deprecated (now unsupported) rules (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmckean authored Mar 21, 2024
1 parent cb31895 commit 239f3fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"rules": {
"at-rule-empty-line-before": null,
"at-rule-no-vendor-prefix": null,
"block-closing-brace-empty-line-before": null,
"block-closing-brace-newline-after": null,
"block-opening-brace-space-before": null,
"color-hex-length": "short",
"color-named": "never",
"declaration-empty-line-before": null,
Expand All @@ -15,7 +12,6 @@
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"length-zero-no-unit": true,
"max-line-length": null,
"media-feature-name-no-vendor-prefix": null,
"no-descending-specificity": null,
"no-duplicate-selectors": true,
Expand Down

0 comments on commit 239f3fb

Please sign in to comment.