Skip to content
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

Remove scss/at-mixin-pattern rule #279

Merged
merged 1 commit into from Mar 14, 2023
Merged

Conversation

bjankord
Copy link
Owner

Resolves #181
Resolves #191

Update to allow people to write mixins however they need.
If you find that you need this functionality, you can add the rule back to your config with the following:

{
  "extends": "stylelint-config-sass-guidelines",
  "rules": {
    "scss/at-mixin-pattern": "^[a-z]+([a-z0-9-]+[a-z0-9]+)?$",
  }
}

@bjankord bjankord merged commit 45b3fa0 into main Mar 14, 2023
6 checks passed
@bjankord bjankord deleted the remove-scss-at-mixin-pattern-rule branch March 14, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant