We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Sass Lint are you using?
1.10.2
Please include any relevant parts of your configuration
space-after-selector: 1
What did you do? Please include the actual source code causing the issue.
.foo { @at-root button#{&}:hover { } }
What did you expect to happen?
No errors
What actually happened? Please include any error messages given to you by Sass Lint.
The @at-root line complains that "Space expected after :" in :hover
@at-root
:
:hover
If you're using a IDE plugin have you tried the CLI too?
Yes
The text was updated successfully, but these errors were encountered:
Released in 1.12.0
Sorry, something went wrong.
No branches or pull requests
What version of Sass Lint are you using?
1.10.2
Please include any relevant parts of your configuration
space-after-selector: 1
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
No errors
What actually happened? Please include any error messages given to you by Sass Lint.
The
@at-root
line complains that "Space expected after:
" in:hover
If you're using a IDE plugin have you tried the CLI too?
Yes
The text was updated successfully, but these errors were encountered: