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

space-after-colon incorrectly warns in @at-root :pseudo selector #1020

Closed
stowball opened this issue Feb 15, 2017 · 1 comment
Closed

space-after-colon incorrectly warns in @at-root :pseudo selector #1020

stowball opened this issue Feb 15, 2017 · 1 comment
Labels

Comments

@stowball
Copy link

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

If you're using a IDE plugin have you tried the CLI too?

Yes

@DanPurdy
Copy link
Member

DanPurdy commented Oct 3, 2017

Released in 1.12.0

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

No branches or pull requests

2 participants