stylelint-scss
Advanced tools
Changelog
4.5.0
operator-no-unspaced
make data uri regex less strict (#767).operator-no-unspaced
add support for :has
(#768).function-no-unknown
add support for @use
(#773).Changelog
4.4.0
at-rule-no-unknown
and at-each-key-value-single-line
rules support for end positions (#655, #689).at-function-pattern
and at-mixin-pattern
, fix warnings to range only one line (#639).at-import-partial-extension
autofix incorrectly replacing the filename (#643).media-feature-value-dollar-variable
add support for @use
(#715).function-quote-no-quoted-strings-inside
bug with autofix (#740).Changelog
4.3.0
dollar-variable-empty-line-before
(#604)at-import-partial-extension
rule (#612)meta
property for all rules (#602)at-import-partial-extension
autofix only when "never"
(#608)Changelog
4.2.0
function-no-unknown
rule (#591).stylelint
peer dependency version to ^14.5.1
(required by the function-no-unknown
rule).Changelog
4.1.0
at-use-no-unnamespaced
rule (#569).dollar-variable-no-namespaced-assignment
rule (#570).at-each-key-value-single-line
add support for Sass modules (#580).Changelog
4.0.1
operator-no-unspaced
false positive when using a loop (#575).operator-no-unspaced
don't check operators from data URIs (#574).parseSelector
function to match the one in stylelint repo (#567).no-global-function-names
removed checks functions that cause warnings for global CSS functions (min, max, filter) (#566).Changelog
4.0.0
stylelint@13
support.stylelint@14
support.