DEV Community

Discussion on: Why I use Tailwind CSS instead of Bootstrap

Collapse
 
moracabanas profile image
mrcbns • Edited

You can brake HTML in components with any framework so your components are small.
Then you can move your VERY LARGE amount of utility classes to an old style .my-class classnames and use the @apply directive this way

@apply directive

Collapse
 
moracabanas profile image
mrcbns

And you can compile tailwind utlilty classes to .css at any moment so you can return to plain .css and it is still readable
still css