Skip to content

Releases: stylelint-scss/stylelint-scss

4.0.1

08 Dec 09:25
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced false positive when using a loop (#575).
  • Fixed: operator-no-unspaced don't check operators from data URIs (#574).
  • Updated: parseSelector function to match the one in stylelint repo (#567).
  • Fixed: no-global-function-names removed checks functions that cause warnings for global CSS functions (min, max, filter) (#566).

4.0.0

21 Oct 15:55
Compare
Choose a tag to compare
  • Removed: stylelint@13 support.
  • Added: stylelint@14 support.

3.21.0

14 Sep 05:27
Compare
Choose a tag to compare
  • Changed: no-global-function-names handle interpolated values and add mappings for color functions.

3.20.1

19 Jul 07:24
Compare
Choose a tag to compare
  • Fixed: comment-no-empty remove duplicate rule name from rule's rejected message and improve readme.
  • Fixed: at-rule-no-unknown remove duplicate rule name from rule's rejected message.

3.20.0

18 Jul 13:36
Compare
Choose a tag to compare
  • Changed: dollar-variable-first-in-block to support @use and @forward when using the ignore: ["imports"] option.
  • Fixed: selector-nest-combinators throwing an error when certain type of nesting was used.
  • Fixed: dimension-no-non-numeric-values throwing an error for certain type of unitless interpolation.

3.19.0

08 Feb 08:22
Compare
Choose a tag to compare
  • Added: ignoreDefaults option to no-duplicate-dollar-variables rule.

3.18.0

18 Jun 11:19
Compare
Choose a tag to compare
  • Added: selector-no-redundant-nesting-selector add ignoreKeywords option to ignore certain keywords that can be used in Less or some other non-Scss syntax.
  • Fixed: comment-no-loud fix a bug where the rule was only checking for comments that were in the beginning of the file.

3.17.2

06 May 09:46
Compare
Choose a tag to compare
  • Updated: postcss-value-parser dependency and dev dependencies to latest versions.

3.17.1

20 Apr 09:38
Compare
Choose a tag to compare
  • Fixed: function-color-relative false positives for CSS filter property.

3.17.0

14 Apr 07:06
Compare
Choose a tag to compare
  • Added: comment-no-empty rule.