stylelint-config-suitcss
Advanced tools
Changelog
11.0.0
order/declaration-block-properties-alphabetical-order
to order/properties-alphabetical-order
.Changelog
10.0.0
ava
to 0.18.2
eslint
to 3.17.0
eslint-config-stylelint
to 6.0.0
stylelint-order
to 0.3.0
suitcss/root-no-standard-properties
suitcss/selector-root-no-composition
suitcss/custom-property-no-outside-root
Changelog
9.0.0
root-no-standard-properties
.selector-root-no-composition
.declaration-block-properties-order
to order/declaration-block-properties-alphabetical-order
.rule-nested-empty-line-before
& rule-non-nested-empty-line-before
to rule-empty-line-before
.Changelog
8.0.0
media-query-parentheses-space-inside
to media-feature-parentheses-space-inside
.no-missing-eof-newline
to no-missing-end-of-source-newline
.Changelog
7.0.0
number-zero-length-no-unit
to length-zero-no-unit
.function-url-quotes
option from "double"
to 'always'
.Changelog
4.0.0
rule-nested-empty-line-before
to match SUIT style. Set to always-multi-line
so nested rules will require a line break after the opening brace.Changelog
3.0.0
stylelint < 4.0.0
compatibility.max-line-length
rule with 80 characters for comments.Changelog
2.0.0
stylelint < 3.0.0
compatibility.nesting-block-opening-brace-space-before
and nesting-block-opening-brace-newline-before
rules.rule-single-line-max-declarations
to declaration-block-single-line-max-declarations
.function-space-after
to function-whitespace-after
.comment-space-inside
to comment-whitespace-inside
.no-multiple-empty-lines
to max-empty-lines
.