DEV Community

Discussion on: Which css framework do you use?

Collapse
 
zwacky profile image
Simon Wicki

I have a plan that I think can work out:

  • use TailwindCSS as a layout/grid CSS framework
  • limit the use of classes (purge.safelist) to only responsive display related CSS classes e.g. max-width, hidden, md:block, lg:flex, ...

while researching for layout/grid CSS alternatives, no library came near the flexibility, tooling of TailwindCSS and size. But I don't want to overwhelm the non-frontend team with yet another tech to learn.

what do you all think of this?