DEV Community

Discussion on: Why I don't use Bootstrap anymore.

Collapse
 
jcarlosr profile image
Juan Ramos

About the Weight part, it's worth to mention that you don't need a Node.js server to remove the unused CSS. This optimization can be done using tools and publishing the resulting assets.
I'm not really into frontend development, but for Laravel projects, we have a tool named Laravel Mix. This is a wrapper for Webpack.
And we have plugins like purgeCss that automatically removes the unused CSS and generate assets ready for production.