Releases
v10.0.0
Changed
Updated package to be compatible with stylelint v15
Added
Added node 18 to automated test matrix
Added scss/no-global-function-names rule. Resolves #268
Removed
Dropped official support for Node 12
Removed node 12 from automated test matrix
Removed stylelint-order plugin. Resolves #214 and #231
Removed tests for deprecated stylelint rules
Removed deprecated stylelint rules
"block-opening-brace-space-before": "always"
"color-hex-case": "lower"
"declaration-bang-space-after": "never"
"declaration-bang-space-before": "always"
"declaration-block-semicolon-newline-after": "always"
"declaration-block-semicolon-space-before": "never"
"declaration-block-trailing-semicolon": "always"
"declaration-colon-space-after": "always-single-line"
"declaration-colon-space-before": "never"
"function-comma-space-after": "always-single-line"
"function-parentheses-space-inside": "never"
"indentation": 2
"media-feature-parentheses-space-inside": "never"
"no-missing-end-of-source-newline": true
"number-leading-zero": "always"
"number-no-trailing-zeros": true
"selector-list-comma-newline-after": "always"
"string-quotes": "single"
Removed scss/at-mixin-pattern rule. Resolves #181 and #191
You can’t perform that action at this time.