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
hover-media
Describe the bug With the following code, Stylelint throws a false positive on the hover-media rule:
web-component-name { &:defined { @media ( hover: hover ) { details:not( [open] ) { position: relative; z-index: 1; &::before { content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-color: #EFEFF0; transition: opacity 0.2s; opacity: 0; } &:hover::before { opacity: 1; } } } } }
To Reproduce Steps to reproduce the behavior:
Expected behavior No warning.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for sharing the code sample. I will take a look 👍
Sorry, something went wrong.
I just published a new version, 1.0.4, which has this fixed. Sorry for the delay on this, but thanks again for reporting.
1.0.4
Confirmed; thanks!
No branches or pull requests
Describe the bug
With the following code, Stylelint throws a false positive on the
hover-media
rule:To Reproduce
Steps to reproduce the behavior:
Expected behavior
No warning.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: