Sourced from stylelint-scss's releases.
6.12.0
- Added:
double-slash-comment-whitespace-insideadd autofix and fix incorrect error locations (#1146).- Added:
declaration-property-value-no-unknownadd support for nested properties with shorthand values (#1142).- Fixed:
operator-no-unspaceddon't check Tailwind Directives (#1147).- Fixed:
at-use-no-redundant-aliasfix false negative for single quotes (#1130).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0
Sourced from stylelint-scss's changelog.
6.12.0
- Added:
double-slash-comment-whitespace-insideadd autofix and fix incorrect error locations (#1146).- Added:
declaration-property-value-no-unknownadd support for nested properties with shorthand values (#1142).- Fixed:
operator-no-unspaceddon't check Tailwind Directives (#1147).- Fixed:
at-use-no-redundant-aliasfix false negative for single quotes (#1130).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.1...v6.12.0
d1deb4f
6.12.02ceffc2
Prepare version 6.12.09ec5456
double-slash-comment-whitespace-inside: add autofix to READMEd586476
Update contributors liste4b8fd4
build(deps): bump known-css-properties from 0.35.0 to 0.36.0 (#1148)474af23
build(deps-dev): bump jest-preset-stylelint from 7.2.0 to 7.3.0 (#1138)a68c5ab
operator-no-unspaced: don't check Tailwind Directives (#1147)762387a
Improve double-slash-comment-whitespace-inside (#1146)9d9f088
build(deps-dev): bump stylelint from 16.16.0 to 16.19.1 (#1143)bdfa665
declaration-property-value-no-unknown support for nested properties with
shor...