-
Notifications
You must be signed in to change notification settings - Fork 7
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
Hover and focus class definitions get missplaced. #26
Comments
BTW, thank you so much for creating this plugin! |
gah thats not great is it thanks for the repro, ill see if i can have a look at it tonight 👍 feedback is much appreciated to iron these things out |
its a bug in tailwind it seems, i've opened tailwindlabs/tailwindcss#7207 |
@43081j Thanks for looking in to it! Let's hope they can easily fix it. |
@ma-g-ma please try the latest version: 0.4.3 and let me know if it works now |
@43081j Wow, that was quick! Thank you so much, that worked. |
no worries, thanks for raising the issue and testing 👍 Will close the issue as i've also updated the readme to mention this |
An element which uses a tailwind focus or hover selector, will get it's css definition missplaced outside the css template literal.
e.g.
Input
Output
postcss.config.js
Error
Hover definition appears outside the
css
template literal.The text was updated successfully, but these errors were encountered: