stylelint-scss
Advanced tools
Changelog
5.1.0
function-disallowed-list
rule support to ban specific built-in functions (#422, #844).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0
Changelog
5.0.1
function-no-unknown
ignore empty function names (#826).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1
Changelog
5.0.0
Babel
dependency to remove an extra build step and reduce complexityChangelog
4.7.0
dlv
dependencyFull Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.6.0...v4.7.0
Changelog
4.6.0
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.5.0...v4.6.0
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).