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

Variants not applying the correct selectors #2

Closed
estevanmaito opened this issue Jun 12, 2020 · 1 comment
Closed

Variants not applying the correct selectors #2

estevanmaito opened this issue Jun 12, 2020 · 1 comment
Labels
bug Something isn't working released

Comments

@estevanmaito
Copy link
Owner

Use https://github.com/tailwindcss/tailwindcss/blob/master/src/lib/substituteVariantsAtRules.js#L26 as reference for variants generation.

Earlier today I found that focus was not being correctly applied to placeholder pseudo elements. It was fixed in 0b5a4dd but it probably affects every other variants like hover, active etc.

It's not breaking anything, but may not produce the expected result (like any result at all).

Will take a look at it later today or at least tomorrow.

@estevanmaito estevanmaito added the bug Something isn't working label Jun 12, 2020
@estevanmaito
Copy link
Owner Author

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant