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

Fix false positives for focus-visible in selector-pseudo-class-no-unknown #3887

Merged
merged 1 commit into from Jan 16, 2019

Conversation

mo
Copy link
Contributor

@mo mo commented Jan 13, 2019

There is one known issue with this PR: the test passes even if the fix itself is reverted. Any ideas why?

Fixes: #3886

@mo
Copy link
Contributor Author

mo commented Jan 13, 2019

I figured out why the test wasn't working, I had accidentally put it into the pseudo element test file and not the pseudo class test file. That's the fixed in the latest version (sha1 251f038) that I just pushed.

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mo Thanks for your first-time contribution.

LGTM!

@jeddy3 jeddy3 mentioned this pull request Jan 15, 2019
4 tasks
@jeddy3 jeddy3 changed the title Don't report "unknown pseudo class" for :focus-visible (#3886) Fix false positives for focus-visible in selector-pseudo-class-no-unknown Jan 16, 2019
@jeddy3 jeddy3 merged commit afb49fc into stylelint:master Jan 16, 2019
@jeddy3
Copy link
Member

jeddy3 commented Jan 16, 2019

Changelog:

  • Fixed: selector-pseudo-class-no-unknown false positives for focus-visible (#3887).

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

Successfully merging this pull request may close these issues.

Fix false positives for focus-visible in selector-pseudo-class-no-unknown
3 participants