Skip to content

Releases: stylelint-scss/stylelint-scss

3.16.1

09 Apr 08:50
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced don't warn for negative numbers inside a function call in interpolated values.

3.16.0

19 Mar 23:39
Compare
Choose a tag to compare
  • Added: no-global-function-names rule.
  • Added: dollar-variable-first-in-block rule.
  • Added: dollar-variable-empty-line-after rule.
  • Fixed: function-color-relative, function-quote-no-quoted-strings-inside and function-unquote-no-unquoted-strings-inside point the warning to the function name.

3.15.0

15 Mar 12:26
Compare
Choose a tag to compare
  • Changed: no-duplicate-dollar-variables do not warn for duplicate variables that are in different scopes. A dollar variable is now considered a duplicate if it shadows a variable of the same name (see the Sass documentation).
  • Added: media-feature-value-dollar-variable new option ignore: ["keywords"] to not warn when the media feature value is a keyword value like none, dark, fine, srgb.
  • Added: double-slash-comment-empty-line-before new options except: ["inside-block"] and ignore: ["inside-block"].
  • Fixed: operator-no-unspaced do not find operators in valid unquoted URLs.

3.14.2

28 Jan 12:28
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced ignore operators inside @at-root.

3.14.1

28 Jan 12:09
Compare
Choose a tag to compare
  • Fixed: at-import-partial-extension don't warn for urls that have commas in them.

3.14.0

27 Jan 14:31
Compare
Choose a tag to compare
  • Added: support for stylelint version 13.
  • Fixed: avoid possible breaking changes in the future by not using stylelint's internal utility functions.

3.13.0

21 Nov 08:05
Compare
Choose a tag to compare
  • Added: support for stylelint version 12.
  • Fixed: duplicate warnings in at-rule-no-unknown rule.

3.12.1

03 Nov 10:57
Compare
Choose a tag to compare
  • Fixed: at-rule-conditional-no-parentheses don't warn for function calls.
  • Fixed: map-keys-quotes ignore math operators inside map values.
  • Fixed: operator-no-unspaced was looking for operators inside @forward and @use.

3.12.0

23 Oct 06:49
Compare
Choose a tag to compare
  • Added: no-duplicate-mixins rule.
  • Added: at-rule-no-unknown support for Sass' @forward and @use.

3.11.1

21 Sep 08:46
Compare
Choose a tag to compare
  • Fixed: selector-nest-combinators warning for @keyframes.