stylelint
Advanced tools
Changelog
15.11.0
ignoreRules
to max-nesting-depth
(#7215) (@mattxwang).declaration-block-no-redundant-longhand-properties
autofix for grid-template
with repeat()
(#7230) (@mattxwang).declaration-block-no-redundant-longhand-properties
false negative for font-synthesis
(#7214) (@mattxwang).declaration-block-no-redundant-longhand-properties
false negatives for *-block
and *-inline
logical properties (#7208) (@mattxwang).declaration-block-no-redundant-longhand-properties
false negatives for overflow
, overscroll-behavior
, scroll-margin
, scroll-padding
, and new Box Alignment shorthands (#7213) (@mattxwang).function-no-unknown
false positives for light-dark
, linear
and xywh
(#7242) (@mattxwang).Changelog
15.10.3
declaration-property-value-no-unknown
false negatives for typed custom properties (#7078) (@romainmenke).property-no-unknown
false positives for scroll-driven animations (#7090) (@renato-bohler).Changelog
15.10.2
declaration-property-value-no-unknown
false negatives for nested declarations (#7079) (@romainmenke).selector-pseudo-element-no-unknown
false positives for view-transition
pseudo-elements (#7070) (@danielroe).Changelog
15.10.1
semver
vulnerability (#7043) (@romainmenke).Changelog
15.10.0
media-query-no-invalid
(#6963) (@romainmenke).extends
config option (#6998) (@fpetrakov).errored
properties in stylelint.lint()
return value (#6983) (@ybiquitous).{selector,value}-no-vendor-prefix
performance (#7016) (@jeddy3).custom-property-pattern
performance (#7009) (@jeddy3).function-linear-gradient-no-nonstandard-direction
false positives for <color-interpolation-method>
(#6987) (@romainmenke).function-name-case
performance (#7010) (@jeddy3).function-no-unknown
performance (#7004) (@jeddy3).function-url-quotes
performance (#7011) (@jeddy3).hue-degree-notation
false negatives for oklch
(#7015) (@romainmenke).hue-degree-notation
performance (#7012) (@jeddy3).media-feature-name-no-unknown
false positives for environment-blending
, nav-controls
, prefers-reduced-data
, and video-color-gamut
(#6978) (@romainmenke).media-feature-name-no-vendor-prefix
positions for *-device-pixel-ratio
(#6977) (@romainmenke).no-descending-specificity
performance (#7026) (@romainmenke).no-duplicate-at-import-rules
false negatives for imports with supports
and layer
conditions (#7001) (@romainmenke).selector-anb-no-unmatchable
performance (#7042) (@romainmenke).selector-id-pattern
performance (#7013) (@jeddy3).selector-pseudo-class-no-unknown
false negatives for pseudo-elements with matching names (#6964) (@Mouvedia).selector-pseudo-element-no-unknown
performance (#7007) (@jeddy3).selector-type-case
performance (#7041) (@romainmenke).selector-type-no-unknown
performance (#7027) (@romainmenke).unit-disallowed-list
false negatives with percentages (#7018) (@romainmenke).Changelog
15.9.0
insideFunctions: {"function": int}
to number-max-precision
(#6932) (@romainmenke).declaration-block-no-redundant-longhand-properties
autofix for border-radius
shorthand (#6958) (@mattxwang).declaration-block-no-redundant-longhand-properties
autofix for border-width
shorthand (#6956) (@mattxwang).declaration-block-no-redundant-longhand-properties
autofix for grid-column
and grid-row
(#6957) (@mattxwang).Changelog
15.8.0
media-feature-name-value-no-unknown
(#6906) (@romainmenke)..mjs
configuration files (#6910) (@ybiquitous).--print-config
description in CLI help (#6914) (@ybiquitous).allowEmptyInput
option in configuration files (#6929) (@ybiquitous).custom-property-no-missing-var-function
performance (#6922) (@romainmenke).function-calc-no-unspaced-operator
performance (#6923) (@romainmenke).function-linear-gradient-no-nonstandard-direction
performance (#6924) (@romainmenke).function-no-unknown
false positives for SCSS functions with namespace (#6921) (@romainmenke).max-nesting-depth
error for at-rules in Sass syntax (#6909) (@ybiquitous).selector-anb-no-unmatchable
performance (#6925) (@romainmenke).v8-compile-cache
dependency (#6907) (@ybiquitous).Changelog
15.7.0
splitList: boolean
to selector-nested-pattern
(#6896) (@is2ei).unit-no-unknown
false positives for unicode-range
descriptors (#6892) (@romainmenke).