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
0
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
57
12

3.15.0

Diff
kristerkari
published 3.15.0 •

Changelog

Source

3.15.0

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

Changelog

Source

3.14.2

  • Fixed: operator-no-unspaced ignore operators inside @at-root.
kristerkari
published 3.14.1 •

Changelog

Source

3.14.1

  • Fixed: at-import-partial-extension don't warn for urls that have commas in them.
kristerkari
published 3.14.0 •

Changelog

Source

3.14.0

  • Added: support for stylelint version 13.
  • Fixed: avoid possible breaking changes in the future by not using stylelint's internal utility functions.
kristerkari
published 3.13.0 •

Changelog

Source

3.13.0

  • Added: support for stylelint version 12.
  • Fixed: duplicate warnings in at-rule-no-unknown rule.
kristerkari
published 3.12.1 •

Changelog

Source

3.12.1

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

Changelog

Source

3.12.0

  • Added: no-duplicate-mixins rule.
  • Added: at-rule-no-unknown support for Sass' @forward and @use.
kristerkari
published 3.11.1 •

Changelog

Source

3.11.1

  • Fixed: selector-nest-combinators warning for @keyframes.
kristerkari
published 3.11.0 •

Changelog

Source

3.11.0

  • Added: support for stylelint version 11.
kristerkari
published 3.10.1 •

Changelog

Source

3.10.1

  • Fixed: broken linting reporting for dimension-no-non-numeric-values rule.