Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-scss

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Versions

1
12

2.0.1

Diff

Changelog

Source

2.0.1

  • Fixed: selector-no-redundant-nesting-selector now handles multiple nested selectors.
kristerkari
published 2.0.0 •

Changelog

Source

2.0.0

This version updates stylelint to version 8 and removes 2 rules that were deprecated in earlier versions.

  • Breaking changes:
    • Updated: stylelint dependency from version 7 to version 8.
    • Changed: stylelint is now listed in peerDependencies instead of dependencies. This means that you need to have stylelint installed in your project before using stylelint-scss.
    • Changed: white/blacklists and ignore* options to be case sensitive by default. See https://github.com/stylelint/stylelint/pull/2709
    • Removed: 2 deprecated rules
      • at-import-no-partial-extension
      • at-mixin-no-argumentless-call-parentheses
kristerkari
published 1.5.2 •

Changelog

Source

1.5.2

  • Fixed: operator-no-unspaced support escaped operators by handling them in sassValueParser.
  • Fixed: declaration-nested-properties support escaped selectors by checking for escaped characters in parseNestedPropRoot.
kristerkari
published 1.5.1 •

Changelog

Source

1.5.1

  • Fixed: at-rule-no-unknown add missing export to ruleName.
  • Fixed: at-rule-no-unknown add options validation.
kristerkari
published 1.5.0 •

Changelog

Source

1.5.0

  • Added: at-rule-no-unknown rule.
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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc