peer tailwind support in fresh

Is there support for tailwind
peer
s as described here in fresh? https://tailwindcss.com/docs/hover-focus-and-other-states

I've uploaded a repo with code like so

<input name="foo" className="peer"></input>
        <div className="peer-focus:mt-6">Should get moved down on focus</div>


And when I focus on the input the styles of the div do not change. I see that
peer
support was added in v3 and only
group
is supported in v2. Is Fresh still on v2? https://v2.tailwindcss.com/docs/hover-focus-and-other-states#group-hover

Thanks in advance!

https://github.com/will-weiss/fresh-twind-peer-test
Using utilities to style elements on hover, focus, and more.
GitHub
Contribute to will-weiss/fresh-twind-peer-test development by creating an account on GitHub.
Using utilities to style elements on hover, focus, and more.
Was this page helpful?