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
each
each [input, selector "textarea"] [ focus [ borderColor (hex "#000000") ] ]
Currently results in:
input, textarea:focus { border-color: #000000; }
Expected was:
input:focus, textarea:focus { border-color: #000000; }
The text was updated successfully, but these errors were encountered:
Add a failing test for #140
edf8347
Thanks @matsrietdijk!
This is still reproducible in 4.0.1.
I wrote a failing test to reproduce it on a branch: edf8347 - test output is:
Sorry, something went wrong.
Fixed in #146 by @tolgap, who is on FIRE with the contributions! 🎆
No branches or pull requests
Currently results in:
Expected was:
The text was updated successfully, but these errors were encountered: