DEV Community

Discussion on: Please don't use Bootstrap!

Collapse
 
ronnehag profile image
Fredrik Rönnehag • Edited

You can easily prototype a business application using Bootstrap default components without writing a single line of CSS.

You can easily only include the component css you use by using SCSS and import.

Your sites all look the same because you dont customize the Bootstrap CSS. Which is easy to do using SCSS and override variables. Variables for each component is listed in the docs.

The default Tailwind configuration comes with 36.4KB minified and g-zipped. Compared to Bootstrap at 22.1KB , Tailwind is 14.3KB heavier.