DEV Community

Discussion on: Tailwind CSS might not be for you

Collapse
 
leoloopy profile image
Leo

Nice article. Although I haven't tried tailwind but you've given me enough reason why I should keep postponing it. I can't imagine writing html with inline cryptic styles that will muddle up what is meant to be a structured page, Am just imagining how crazy debugging will be when you have hundreds lines of code.

Collapse
 
jcdea profile image
JcdeA

I mean, you can use "@apply" to apply tailwind styles from css.

I find tailwind classes easier to memorize that normal css, but that's just my experience.

tailwindcss.com/docs/extracting-co...