stylelint
Advanced tools
Changelog
4.0.0
.stylelintrc
files (by upgrading cosmiconfig).ignore: "non-comments"
option to max-line-length
.function-whitespace-after
does not expect space between )
and }
, so it handles Sass interpolation better.Changelog
3.2.2
selector-no-type
ignores nth-child
pseudo-classes and @keyframes
selectors.Changelog
3.2.1
max-line-length
handles url()
functions better.block-opening-brace-newline-after
and declaration-block-semicolon-newline-after
handle end-of-line comments better.Changelog
3.2.0
legacyNumberedSeverities
config property to force the legacy severity system.selector-no-id
ignores Sass-style interpolation.Changelog
3.1.4
--config
property in PostCSS and Node.js APIs. Still using it in the CLI.Changelog
3.1.3
root
node, including: max-line-length
, max-empty-lines
, no-eol-whitespace
, no-missing-eof-newline
, and string-quotes
.rule-properties-order
to get confused by properties with an unspecified order.Changelog
3.1.2
null
was used on rules whose primary options are arrays.Changelog
3.1.0
stylelint-commands
ignore
option to comment-empty-line-before
.rule-properties-order
and potentially other rules that accept arrays as primary options.no-missing-eof-newline
no longer complains about completely empty files.