Skip to content

Releases: csstools/stylelint-use-nesting

v5.1.1

06 Mar 16:41
505e546
Compare
Choose a tag to compare
  • Remove exports field from package.json #18

4.1.0

08 Mar 21:57
Compare
Choose a tag to compare
  • Added: support for SCSS syntax via syntax option.

The syntax option allows you to specify the syntax of the source files being processed. For SCSS syntax set the value to scss.

{
  "rules": {
    "csstools/use-nesting": ["always", { "syntax": "scss" }]
  }
}

4.0.0

29 Jul 21:47
Compare
Choose a tag to compare
  • Updated: peer stylelint to >= 10 (major)
  • Updated: Node 16+ compatibility (major)
  • Added: attribute selector support (minor)