DEV Community

Discussion on: What's your experience with TailwindCSS?

Collapse
 
dennisfrijlink profile image
Dennis Frijlink

I like TailwindCSS. It's way better than libraries like Bootstrap or Semantic, because it's focused on layout. Despite that I don't use it because of two things:

  1. I like it to write my own (S)CSS
  2. By only using TailwindCSS I will forget how to use CSS or SASS or SCSS So I don't like/recommend working with CSS libraries at all. I write my own reusable sheets like 'columns' or 'viewports', but the main styling is in every web app different.

I also recommend to ALWAYS use PurgeCSS (also without using TailwindCSS)