DEV Community

Discussion on: Which CSS framework - Bootstrap or Tailwind?

Collapse
 
danwalsh profile image
Dan Walsh

That's a bit of an unfair straw man... Tailwind CSS is not meant to be used via CDN—it should always be used as part of a build process. One of the main pros for choosing to use Tailwind CSS is its tiny production build file size, as attested on their homepage: tailwindcss.com/#performance.

Collapse
 
tweetfrog profile image
Tom Michew

Yes, that's why I said "Tailwind is best used as a PostCSS plugin, or as part of the JS build process" .. I think the article should mention this in comparing the two.