-
Hi, I am trying to peer work on parent element but couldn't make it work. Following one works as expected ; https://play.tailwindcss.com/AEP69AFfTP but this one does not work. https://play.tailwindcss.com/iIkv6Jq8wl I tried to make it work for several hours and look for discussions but I couldn't find a way to do make it work. Any help appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Apr 18, 2024
Replies: 1 comment 1 reply
-
You could consider making the parent |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sonmezcem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could consider making the parent
<div>
thepeer
and then use:has()
viapeer-has-*
: https://play.tailwindcss.com/jpQ8956Bsy