Skip to content

Releases: stylelint-scss/stylelint-scss

6.7.0

18 Sep 19:33
Compare
Choose a tag to compare
  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#1052).

Full Changelog: v6.6.0...v6.7.0

6.6.0

12 Sep 15:26
Compare
Choose a tag to compare
  • Added: declaration-property-value-no-unknown: add support for first-class operators (#1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).

Full Changelog: v6.5.1...v6.6.0

6.5.1

25 Aug 08:34
Compare
Choose a tag to compare
  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: v6.5.0...v6.5.1

6.5.0

04 Aug 20:02
Compare
Choose a tag to compare
  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: v6.4.1...v6.5.0

6.4.1

10 Jul 13:28
Compare
Choose a tag to compare
  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: v6.4.0...v6.4.1

6.4.0

09 Jul 20:18
Compare
Choose a tag to compare
  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#998).
  • Fixed: partial-no-import message to include more accurate rule name (#1019).

Full Changelog: v6.3.2...v6.4.0

6.3.2

19 Jun 19:14
Compare
Choose a tag to compare
  • Fixed: at-mixin-no-risky-nesting-selector fix false positives (#1010).
  • Fixed: operator-no-unspaced handle variables with unary negation (#1011).

Full Changelog: v6.3.1...v6.3.2

6.3.1

03 Jun 20:20
Compare
Choose a tag to compare
  • Fixed: selector-no-redundant-nesting-selector handle pseudo selectors (#1008).
  • Fixed: operator-no-unspaced handle Tailwind CSS direct children styling (#1007).
  • Fixed: no-unused-private-members fix changes from hyphen to underscore in debug message (#1002).

Full Changelog: v6.3.0...v6.3.1

6.3.0

03 May 20:35
Compare
Choose a tag to compare
  • Added: at-mixin-no-risky-nesting-selector rule (#985).
  • Fixed: property-no-unknown ignore interpolated properties (#977).
  • Fixed: no-unused-private-members treat hyphens and underscores as equals (#987).
  • Fixed: no-global-function-names report errors inside at-rules (#988).
  • Fixed: operator-no-unspaced ignore operators inside @scope (#995).
  • Fixed: no-duplicate-mixins allow using the same mixin name in different scope (#997).

Full Changelog: v6.2.1...v6.3.0

6.2.1

05 Mar 16:16
Compare
Choose a tag to compare
  • Fixed: function-no-unknown: fix falsely reported CSS functions (#976).

Full Changelog: v6.2.0...v6.2.1