bjankord / stylelint-config-sass-guidelines

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning with stylelint 13.7.0

nertzy opened this issue · comments

Stylelint 13.7.0 was just released today, and renames some rules:

Deprecation Warning: 'at-rule-blacklist' has been deprecated. Instead use 'at-rule-disallowed-list'. See: https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/at-rule-blacklist/README.md
Deprecation Warning: 'declaration-property-value-blacklist' has been deprecated. Instead use 'declaration-property-value-disallowed-list'. See: https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/declaration-property-value-blacklist/README.md

It may be a while before a get a PR for this, I'm open to PRs to update to the new rules.

I'm on it... :)

I'll work on getting a tag cut for this soon.

v7.1.0 has been released: https://www.npmjs.com/package/stylelint-config-sass-guidelines/v/7.1.0
Thanks @nertzy for logging the issue and @vincentducorps for sending over the PR! 👍