Have you ever taken a look at the long list of CSS frameworks? Iām sure you probably have. It might make you wonder, āThereās so many to choose⦠How do I pick one?
Let see if this image helps. ā¬

Itās a screenshot I took of the results for a poll I posted recently on Indiehackers. I asked tons of developers this question:
š¤ CSS frameworks... which is #1?
The poll had 250+ votes at the time of this writing.
So without further ado, letās start analyzing this data!
With 12% of the votes, Bulma comes in 3rd. What is Bulma? Itās a open-source CSS framework based on flexbox.

Bulma operates off of only one CSS file. If you want to customize the variables further, you can download each of the SASS files for customization. I talk more about SASS variables in a previous issue.
On Indiehackers, @JaredMoats says why he loves Bulma:
Bulma is much more lightweight and less "opinionated" than Bootstrap. You can build a frontend very quickly with it, and it's easier to customize.
I will definitely have to try Bulma out for a future landing page after seeing the great reviews.
Yep, Iām sure youāve heard of this one.

Bootstrap is a great way to create MVPs, quick mock ups, and websites faster than from scratch. Itās very simple to use and quick-to-setup. Bootstrap has gotten a love over the past years and is still at the top of the rankings.
Even better, Bootstrap 5 alpha is live and fresh with a brand new look.
I am loving it! š
It also comes with a great theme marketplace and plugins for developers.
With over 130 of the 259 votes, TailwindCSS takes the #1 spot! š

TailwindCSS is a utility-first CSS framework for creating fast with ease. It already comes with the building blocks youāll need to make your website.
You can use premade classes like text-gray-600 and justify-start to easily customize your plain HTML code.
@michaelbrooks says:
It gives you way more control over Bootstrap, and you mostly don't need to worry about overwriting classes in your CSS. Utility design is getting popular, to a point where Bootstrap are going in the direction for their latest version.
If you havenāt tried it out yet, I suggest you do. It is quite a jaw-dropper š² for how easy it is to use.
This story is an extract from The BuildFaster Update.
Subscribe for more awesome content like this!