Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Pedro Santana
@z0uk
I've been using [UnoCSS](https://unocss.dev) lately. You can use it *almost* has a drop-in replacement for TailwindCSS, but it has these utilities like instead of writing: ``` class="hover:p-2 hover:bg-red-500 hover:ml-8" ``` You can just do: ``` class="hover:(p-2 bg-red-500 ml-8)" ``` Why is this not Tailwind?
0 reply
0 recast
0 reaction