bjankord / stylelint-config-sass-guidelines

⚙ A stylelint config inspired by https://sass-guidelin.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Stylelint 15+

davidsneighbour opened this issue · comments

In the latest stylelint version a handfull of rules are deprecated and now throw warnings in current versions when running stylelint extending stylelint-config-sass-guidelines:

Deprecation warnings:
 - The "block-opening-brace-space-before" rule is deprecated.
 - The "color-hex-case" rule is deprecated.
 - The "declaration-bang-space-after" rule is deprecated.
 - The "declaration-bang-space-before" rule is deprecated.
...

Migration notes can be found here.

Allowing installing stylelint-config-sass-guidelines together with Stylelint v15 would be a good first step that could be released as a minor or patch version. See #273.