Releases: csstree/stylelint-validator
Releases · csstree/stylelint-validator
1.4.1
- Fixed missed
console.log()
(#18)
1.2.2
- Updated CSSTree to
1.0.0-alpha.28
(bug fixes)
- Updated stylelint to
>=7.0.0 <10.0.0
and make it a peer dependency
1.2.1
- Updated CSSTree to
1.0.0-alpha.26
(improved parsing and bug fixes)
1.2.0
- Bump CSSTree to
1.0.0-alpha21
(improved parsing and updated property grammars)
1.1.1
- Ignore any declaration which property name looks using a preprocessor interpolation (e.g.
smth-@{foo}
or smth-#{$foo}
)
- Ignore values with
Sass
interpolation (#7)
1.1.0
- Ignore
Less
and Sass
var declarations that treats as regular declarations by PostCSS (#4)
- Implemented
ignore
option to define a list of property names that should be ignored by the validator. It may be used as a workaround to avoid warnings about syntax extensions (#5)
1.0.6
- Bump CSSTree to
1.0.0-alpha16
- Ignore values with
Less
and Sass
extensions (#3)