New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-scss

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Versions

1
46
12

3.21.0

Diff
kristerkari
published 3.21.0 •

Changelog

Source

3.21.0

  • Changed: no-global-function-names handle interpolated values and add mappings for color functions.
kristerkari
published 3.20.1 •

Changelog

Source

3.20.1

  • 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.
kristerkari
published 3.20.0 •

Changelog

Source

3.20.0

  • 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.
kristerkari
published 3.19.0 •

Changelog

Source

3.19.0

  • Added: ignoreDefaults option to no-duplicate-dollar-variables rule.
kristerkari
published 3.18.0 •

Changelog

Source

3.18.0

  • 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.
kristerkari
published 3.17.2 •

Changelog

Source

3.17.2

  • Updated: postcss-value-parser dependency and dev dependencies to latest versions.
kristerkari
published 3.17.1 •

Changelog

Source

3.17.1

  • Fixed: function-color-relative false positives for CSS filter property.
kristerkari
published 3.17.0 •

Changelog

Source

3.17.0

  • Added: comment-no-empty rule.
kristerkari
published 3.16.1 •

Changelog

Source

3.16.1

  • Fixed: operator-no-unspaced don't warn for negative numbers inside a function call in interpolated values.
kristerkari
published 3.16.0 •

Changelog

Source

3.16.0

  • 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.