DEV Community

Discussion on: You will love Tailwind CSS

Collapse
 
apatrid profile image
Mijo

I'm using Tailwind for the first time in my current project with Vue.js (and Laravel) and I love it!

I can confirm all the things you mentioned; I do feel more productive and I think my design is much better with Tailwind (primarly used Bootstrap before).

However, I think Bootstrap and Bulma may be easier to setup and start with for people who aren't that much into JS or coding and just want to write HTML+CSS. You do need at least some basic experience in JS, npm, node modules to start with TailwindCSS and set it up right (with other postcss plugins, purgecss, build process,...).