stylelint-scss
Advanced tools
Changelog
6.5.0
property-no-unknown
add support for nested declarations (#1024).declaration-property-value-no-unknown
rule (#1023).operator-no-unspaced
fix false positives with comparison operators (#1037).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.1...v6.5.0
Changelog
6.4.1
load-partial-extension
(#1021).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1
Changelog
6.4.0
load-partial-extension
rule, and deprecated at-import-partial-extension
rule (#998).partial-no-import
message to include more accurate rule name (#1019).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0
Changelog
6.3.2
at-mixin-no-risky-nesting-selector
fix false positives (#1010).operator-no-unspaced
handle variables with unary negation (#1011).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.1...v6.3.2
Changelog
6.3.1
selector-no-redundant-nesting-selector
handle pseudo selectors (#1008).operator-no-unspaced
handle Tailwind CSS direct children styling (#1007).no-unused-private-members
fix changes from hyphen to underscore in debug message (#1002).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.0...v6.3.1
Changelog
6.3.0
at-mixin-no-risky-nesting-selector
rule (#985).property-no-unknown
ignore interpolated properties (#977).no-unused-private-members
treat hyphens and underscores as equals (#987).no-global-function-names
report errors inside at-rules (#988).operator-no-unspaced
ignore operators inside @scope
(#995).no-duplicate-mixins
allow using the same mixin name in different scope (#997).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.1...v6.3.0
Changelog
6.2.1
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.0...v6.2.1
Changelog
6.2.0
at-import-partial-extension-allowed-list
rule, and deprecated at-import-partial-extension-whitelist
rule (#958).at-import-partial-extension-disallowed-list
rule, and deprecated at-import-partial-extension-blacklist
rule (#958).no-unused-private-members
check variables used as parameters and skip files using @import
(#957).no-unused-private-members
refactor variable search to match regex in atRules params and declaration values (#962).operator-no-unspaced
fix data uri in background shorthand (#968).at-rule-conditional-no-parentheses
remove extra autofix space (#969).function-no-unknown
handle functions inside interpolation (#970).operator-no-unspaced
fix function calls inside interpolation (#972).at-function-named-arguments
handle interpolation in ignored function names (#973).at-import-no-partial-leading-underscore
fix version in deprecation message (#974).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.1.0...v6.2.0
Changelog
6.1.0
no-unused-private-members
rule (#884).function-calculation-no-interpolation
allow calc function interpolation in SassScript (#947)property-no-unknown
support deeper nested properties (#948)Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.0.0...v6.1.0
Changelog
6.0.0
stylelint@16
support.stylelint@14
and stylelint@15
support.Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.2...v6.0.0