Comment by timeon 4 days ago > couple of lines of CSSThis is bit too much to ask. Just check the source it is swollen with Tailwind. 3 comments timeon Reply canyp 3 days ago Interesting, never seen "swollen" used to describe code bloat, but it creates powerful imagery now that I read your sentence. troupo 4 days ago Tailwind maps directly to CSS (well, it is pure CSS) and doesn't require a loading progress for a one-line animation: https://tailwindcss.com/docs/animation timeon 4 days ago Sure but if someones duplicates 50x this:> flex-shrink-0 transition-transform duration-300 hover:scale-105 w-[160px] h-[144px] 2xl:w-[200px] 2xl:h-[180px]just to avoid CSS, not sure they would bother with CSS animation.
canyp 3 days ago Interesting, never seen "swollen" used to describe code bloat, but it creates powerful imagery now that I read your sentence.
troupo 4 days ago Tailwind maps directly to CSS (well, it is pure CSS) and doesn't require a loading progress for a one-line animation: https://tailwindcss.com/docs/animation timeon 4 days ago Sure but if someones duplicates 50x this:> flex-shrink-0 transition-transform duration-300 hover:scale-105 w-[160px] h-[144px] 2xl:w-[200px] 2xl:h-[180px]just to avoid CSS, not sure they would bother with CSS animation.
timeon 4 days ago Sure but if someones duplicates 50x this:> flex-shrink-0 transition-transform duration-300 hover:scale-105 w-[160px] h-[144px] 2xl:w-[200px] 2xl:h-[180px]just to avoid CSS, not sure they would bother with CSS animation.
Interesting, never seen "swollen" used to describe code bloat, but it creates powerful imagery now that I read your sentence.
Tailwind maps directly to CSS (well, it is pure CSS) and doesn't require a loading progress for a one-line animation: https://tailwindcss.com/docs/animation
Sure but if someones duplicates 50x this:
> flex-shrink-0 transition-transform duration-300 hover:scale-105 w-[160px] h-[144px] 2xl:w-[200px] 2xl:h-[180px]
just to avoid CSS, not sure they would bother with CSS animation.