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
810
12

3.3.2

Diff
kristerkari
published 3.3.2 •

Changelog

Source

3.3.2

  • Fixed: Account for hyphens in function names (at-function-parentheses-space-before) and mixin (at-mixin-parentheses-space-before) names.
kristerkari
published 3.3.1 •

Changelog

Source

3.3.1

  • Fixed: at-function-named-arguments correctly parse function arguments with trailing commas.
kristerkari
published 3.3.0 •

Changelog

Source

3.3.0

  • Added: at-function-named-arguments add ignoreFunctions option.
  • Fixed: at-function-named-arguments correctly parse data uris as function parameters.
kristerkari
published 3.2.0 •

Changelog

Source

3.2.0

  • Added: no-dollar-variables rule.
  • Added: ignoreInside and ignoreInsideAtRules options to no-duplicate-dollar-variables rule.
  • Fixed: operator-no-unspaced no longer warns for unicode-range property.
kristerkari
published 3.1.3 •

Changelog

Source

3.1.3

  • Fixed: compatibility with non css syntaxes for operator-no-newline-after and operator-no-newline-before rules.
kristerkari
published 3.1.2 •

Changelog

Source

3.1.2

  • Fixed: compatibility with non css syntaxes.
kristerkari
published 3.1.1 •

Changelog

Source

3.1.1

  • Fixed: operator-no-newline-before and operator-no-unspaced rules were throwing an error when using CSS custom properties.
kristerkari
published 3.1.0 •

Changelog

Source

3.1.0

  • Added: no-duplicate-dollar-variables rule.
kristerkari
published 3.0.1 •

Changelog

Source

3.0.1

  • Fixed: at-function-named-arguments now ignores Sass maps.
kristerkari
published 3.0.0 •

Changelog

Source

3.0.0

  • Removed: Node.JS 4.x support. Node.js 6.x or greater is now required (#213).
  • Added: at-else-empty-line-before autofix (#221).
  • Added: at-else-if-parentheses-space-before autofix (#222).
  • Added: at-function-parentheses-space-before autofix (#223).
  • Added: at-mixin-parentheses-space-before autofix (#224).
  • Added: dollar-variable-empty-line-before autofix (#226).
  • Added: dollar-variable-colon-space-after autofix (#227).
  • Added: dollar-variable-colon-space-before autofix (#227).
  • Added: at-else-closing-brace-space-after autofix (#228).
  • Added: at-if-else-closing-brace-space-after autofix (#228).
  • Added: at-else-closing-brace-newline-after autofix (#229).
  • Added: at-if-closing-brace-newline-after autofix (#229).
  • Added: double-slash-comment-empty-line-before autofix (#230).
  • Added: dollar-variable-colon-newline-after autofix (#231).