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
891012

1.4.4

Diff
kristerkari
published 1.4.4 •

Changelog

Source

1.4.4

  • Fixed: at-if-closing-brace-newline-after: support @elseif.
dryoma
published 1.4.3 •

Changelog

Source

1.4.3

  • Fixed: at-mixin-no-argumentless-call-parentheses messages
dryoma
published 1.4.2 •

Changelog

Source

1.4.2:

  • Fixed: false positives in inline comment detecting by findCommentsInRaws if a comment is the first/last in a file/line
  • Fixed: findCommentsInRaws error in function detection
dryoma
published 1.4.1 •

Changelog

Source

1.4.1

  • Fixed: mixed import names for at-else-closing-brace-space-after and at-else-empty-line-before rules.
  • Fixed: false positives for nested props rules (:not()-like selectors, strings, numbers).
dryoma
published 1.4.0 •

Changelog

Source

1.4.0

  • Added: at-else-closing-brace-newline-after rule.
  • Added: at-else-closing-brace-space-after rule.
  • Added: at-if-closing-brace-newline-after rule.
  • Added: at-if-closing-brace-space-after rule.
  • Added: at-else-empty-line-before rule.
  • Added: declaration-nested-properties rule.
  • Added: declaration-nested-properties-no-divided-groups rule.
  • Added: dollar-variable-empty-line-before rule.
  • Added: ignore: "local"|"global" to the dollar-variable-pattern rule.
  • Added: docs folder to npm package.
  • Removed: src folder from npm package.
  • Removed: NodeJS 0.12.x support, stylelint-scss now requires NodeJS > 4.2.1 LTS or greater
dryoma
published 1.3.4 •

Changelog

Source

1.3.4

  • Fixed: parsing - and + at the operation start in operator- rules.
  • Fixed: findCommentsInRaws false positives on comments inside strings (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).
dryoma
published 1.3.3 •

Changelog

Source

1.3.3

  • Fixed: parsing % character by operator- rules.
  • Fixed: false positives on operator- rules.
dryoma
published 1.3.2 •

Changelog

Source

1.3.2

  • Fixed: findCommentsInRaws fail on parsing selectors like p:not(.not-p) (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).
  • Fixed: 'double-slash-comment-whitespace-inside' false positives on empty comments (e.g. //).
  • Fixed: findCommentsInRaws giving wrong column number (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).
dryoma
published 1.3.1 •

Changelog

Source

1.3.1

  • Fixed: findCommentsInRaws for multiline CSS comments and text for //-comments (double-slash-comment- rules and operator-no-unspaced rule).
dryoma
published 1.3.0 •

Changelog

Source

1.3.0

  • Added: at-mixin-argumentless-call-parentheses rule (with "always"/"never" behavior as a replacement for at-mixin-no-argumentless-call-parentheses).
  • Added: dollar-variable-colon-newline-after rule.
  • Added: dollar-variable-colon-space-after rule.
  • Added: dollar-variable-colon-space-before rule.
  • Added: double-slash-comment-empty-line-before rule.
  • Added: double-slash-comment-inline rule.
  • Added: double-slash-comment-whitespace-inside rule.
  • Added: operator-no-newline-after rule.
  • Added: operator-no-newline-before rule.
  • Added: operator-no-unspaced rule.
  • Deprecated: at-mixin-no-argumentless-call-parentheses.
  • Fixed: partial-no-import failing when linting a code string (not in an actual file, e.g. via stylelilnt Node API).
  • Updated stylelint dependency to version 7.