-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning occurring on all sass files: Unknown rule declaration-property-value-disallowed-list , Unknown rule at-rule-disallowed-list #111
Comments
Sorry for opening this up I think this is fixed. I ended up deleting package-lock.json, node_modules, and upon reinstall of dependencies everything seems to be working fine now. |
Have the very same config, issue still persists after removing node_modules, package-lock.json |
I'm having the same issue for months now. The only thing that fixes the issue is to remove "stylelint-config-sass-guidelines". |
I had the same issue and found two fixes. The naive fix is to remove the line containing the rule entirely: stylelint-config-sass-guidelines/src/.stylelintrc.json Lines 21 to 27 in cbfae2a
I don't see anything malformed about it, but it does allow keeping the rest of the package intact. However, in my case I'm using atom with the I believe the problem is that the @cxspxr and @dmongeau If you're using the atom plugin perhaps this will fix things for you. |
I had the same issue when upgrading to version 7.1.0. Downgrading to 7.0.0 fixes the issue. |
Are you using Atom? I'm curious if my fork of |
No i'm only using |
This is my .stylelintrc.js configuration:
@bjankord is there any way to disable these last two rules? In my config above I tried setting them to null, false, and assigning empty array/object, but to no success. I'm entirely sure why these errors are cropping up.
https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/index.js#L4
https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/index.js#L21
As far as ordering goes, I tried switching stylelint-config-sass-guidelines above and below stylelint-config-standard to see if there were any conflicts, but still getting the same result. I tried removing everything except stylelint-config-sass-guidelines and the errors are still present.
The text was updated successfully, but these errors were encountered: