DEV Community

Discussion on: Why use a framework/library where regular CSS will do?

Collapse
 
j471n profile image
Jatin Sharma

Well, Earlier I thought that I don't need any kind of framework for CSS, because we can do everything from CSS, then I used tailwind and now i love it because it's awesome to make any kind of UI and it's also take care of responsiveness, and trust me responsiveness is the such a pain.

Collapse
 
rolandixor profile image
Roland Taylor

Frameworks and utility libraries like Tailwind can indeed be quite useful for that purpose. You still get a large degree of flexibility, but you don't have to be as concerned with the trickier bits.

Thank you for responding!