> So use css? Using tailwind isn't a binary option
then what, you now have 2 set of styles in 2 different places, written in 2 completely different ways, does that sound fun to maintain? I guess still you have to structure your css in some way too?
<div class=" w-16 h-16 md:w-32 md:h-32 lg:w-48 lg:h-48 "></div>
do you just casually throw these magic numbers everywhere or there is a way to use css variables with tailwind?
> So use css? Using tailwind isn't a binary option
then what, you now have 2 set of styles in 2 different places, written in 2 completely different ways, does that sound fun to maintain? I guess still you have to structure your css in some way too?
<div class=" w-16 h-16 md:w-32 md:h-32 lg:w-48 lg:h-48 "></div>
do you just casually throw these magic numbers everywhere or there is a way to use css variables with tailwind?