You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
After adding .stylelintrc configuration (listed below) that extends stylelint-config-sass-guidlines (available here) linter throws error on top of each scss file
After adding
.stylelintrcconfiguration (listed below) that extends stylelint-config-sass-guidlines (available here) linter throws error on top of eachscssfileThe issue is related to
declaration-property-value-disallowed-listwhich is defined by stylelint-config-sass-guidelines like:The above seems to ok with official docs. Configuration works perfectly fine with VS Code.
Is there a solution to this?