Closed rrmesquita closed 7 months ago
Right now if I use this library like the following, it will not work as expected:
<AccordionContent class="group/my-named"> <div class="group-radix-state-closed/my-named:opacity-0"> // ... </div> </AccordionContent>
I'm not sure when this named groups feature was implemented in TailwindCSS, but a helpful guide for how to make this library work with it can be found here: https://tailwindcss.com/docs/plugins#parent-and-sibling-states
I can work on this myself if I find time and if @ecklf shows interest. Either way just leaving this here so it gets documented.
Thanks!
Support added in 3.0.0
3.0.0
Right now if I use this library like the following, it will not work as expected:
I'm not sure when this named groups feature was implemented in TailwindCSS, but a helpful guide for how to make this library work with it can be found here: https://tailwindcss.com/docs/plugins#parent-and-sibling-states
I can work on this myself if I find time and if @ecklf shows interest. Either way just leaving this here so it gets documented.
Thanks!