stylelint-csstree-validator
Advanced tools
Changelog
3.0.0 (June 12, 2023)
Changelog
2.1.0 (January 29, 2023)
css-tree
to ^2.3.1
ignoreAtrules
and ignoreProperties
options to accept RegExp patterns (#19, #45)@else
at-rule to allow have no a prelude (#46)Changelog
2.0.0 (December 14, 2021)
syntaxExtensions
option to specify syntax extensions, i.e. sass
or/and less
. For now the plugin validates CSS only by defaultatrules
option to extend or alter at-rule syntax definition dictionary or disable at-rule validation when false
is passed as a value for the optionignoreAtrules
option to specify at-rule names which should not be validatedisStandardSyntax*()
helpers from stylelint
to reduce failures for non-standard syntax (e.g. Less or Sass)ignore
option into ignoreProperties
to be more clear what is ignoring; ignore
option is still work but cause to a deprecation warningignoreValue
option to apply for parse errors either (#43)^12.20.0
, ^14.13.0
and >=15.0.0
css-tree
to 2.0
and latest mdn-data
dictionariesChangelog
1.9.0 (October 27, 2020)
^1.0.0
(mdn-data is bumped to 2.0.12
)properties
and types
options to extend syntax dictionaryignoreValue
option (#14)Changelog
1.7.0 (November 25, 2019)
1.0.0-alpha.38
(mdn-data is bumped to 2.0.6
)Changelog
1.6.0 (October 6, 2019)