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

Poor linting of nested properties in SCSS #2642

Closed
clarfonthey opened this issue Jun 15, 2017 · 1 comment
Closed

Poor linting of nested properties in SCSS #2642

clarfonthey opened this issue Jun 15, 2017 · 1 comment

Comments

@clarfonthey
Copy link

The below code messes with the parser:

margin: auto {
  top: $left;
  bottom: $right;
}

This is valid in SCSS, so, the parser shouldn't emit parsing errors here.

@ntwb
Copy link
Member

ntwb commented Jun 15, 2017

You'll need to use stylelint-scss

Also GitHub issues are for stylelint bugs and enhancements, if you're looking for help or support with stylelint then stackoverflow is our preferred question and answer forum - http://stackoverflow.com/questions/tagged/stylelint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants