Releases: csstools/stylelint-use-nesting
Releases · csstools/stylelint-use-nesting
v5.1.1
4.1.0
- 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
- Updated: peer
stylelint
to >= 10 (major) - Updated: Node 16+ compatibility (major)
- Added: attribute selector support (minor)