DEV Community

Cover image for Bulma - The Most Underrated Framework of the CSS Framework Era

Bulma - The Most Underrated Framework of the CSS Framework Era

Aashir Khan on September 15, 2019

Everyone was using a CSS Framework to simplify their work and save their time, Bootstrap was and is King Right Now of the Frameworks Market. Every ...
Collapse
 
devnamednick profile image
Nick Kaufmann

I agree that Bulma is worth a try. While Bootstrap is the most "pushed" framework, I think the "kitchen-sink" concept should not be relied upon heavily for times when you only need a faucet. I like that you point out how the work flow for new developers is "backwards" in learning core CSS values after taking on a framework like Bootstrap. In my opinion, communities can be too quick to offer frameworks as a solution before individuals even understand why these frameworks were created in the first place. Nice article.

Collapse
 
justaashir profile image
Aashir Khan • Edited

This guy just summarized my entire article.

Collapse
 
peterdkc profile image
Peter DeMarco

My go tos are Bulma for company internal sites that need a lot of boilerplate form and table CRUD stuff; Tailwind for anything public facing that needs a unique design or just needs to look interesting. Both are significantly faster and easier to use than Bootstrap.

Collapse
 
spascareli profile image
Sergio Pascareli

How does Bulma compare to Bootstrap in terms of features?
My use would be for internal company sites as well, where "no js" or "smaller size" doesn't make too much difference, but developer speed does.

Collapse
 
peterdkc profile image
Peter DeMarco

I mean probably a lot smaller feature set but the point on those kinds of sites is that you can make do with very little compared to public sites. I'd give the docs a read and see if you think it has what you need. Definitely much faster to use, less markup, less futzing. Just drop in the example code and roll.

Collapse
 
justaashir profile image
Aashir Khan

That's my point.

Collapse
 
sm0ke profile image
Sm0ke • Edited

Hello @amir ,
Good article, thank you!
Bulma has the potential to grow, IMO. Also, Tailwind looks promising.

CSS Framework 2019 Survey Results -  Published on WpTavern.com

2019 Survey Results - Published on WpTavern

For new projects, I'm using Bulma (Sorry Bootstrap), and prototype pages using two resources:

A real problem is to find some nice templates to start fast a new project, only a few available on ThemeForest & related markets.

Happy (CSS) Styling & Coding!

Collapse
 
vikdiesel profile image
Viktor Kuzhelny

Here are couple of free Bulma Admin Dashboard templates built with Vue.js & Buefy

github.com/vikdiesel/admin-one-vue...

Vue Bulma Admin Dashboard

github.com/vikdiesel/admin-two-vue...

Vue Bulma Admin Dashboard

Collapse
 
_juliettech profile image
juliette_chevalier

Do you happen to have a source for this graph/survey? Very interesting intel 🔥

Collapse
 
sm0ke profile image
Sm0ke • Edited

Hello Juliette,
The survey was published here - Full credit to WpTavern

Collapse
 
justaashir profile image
Aashir Khan

It's Awesome

Collapse
 
zolodeveloper profile image
JULIUS SOLOMON

Use bulkit cssninja UI kit

Collapse
 
fmp777 profile image
William

I agree Bulma is great! I love it so much been rebuilding Bootstrap into Bulma over time. I've tinkered with Tailwind, and I can see its allure, but honestly, I love clean code and tailwind produces absolute madness in html. I feel like I would have to make an IDE to cleanup tailwind mess so i can see my html again. I prefer a somewhat opinionated CSS Framework, whereas with tailwind, I feel like I should just write my own CSS for a more organized approach.

I totally understand why Tailwind is on the rise, but its Bulma that has my heart now

Collapse
 
justaashir profile image
Aashir Khan

Haha, I'm the author here :)
I broke up with bulma, since mid 2020 I think and joined the tailwind boat. It's addictive, I can't imagine things I built with it. I couldn't have built it with bulma or custom css (it would've been too much media queries and css e.t.c)

But I've been with bulma for 2 years, and It was an awesome time.

Collapse
 
justaashir profile image
Aashir Khan

Of course 😊 TailwindCSS is too good to not to ignore

Collapse
 
tomearly profile image
Tom Early

I use Buefy which is Bulma based for Vue. It is great :-)

Collapse
 
justaashir profile image
Aashir Khan

Keep Using What you like , not what others are using

Collapse
 
momin profile image
Md Abdul Momin

Bootstrap 4+ is unbeatable for the last 4 years!

Collapse
 
justaashir profile image
Aashir Khan

I really agree with you! But if a person only want grid system and not the other things? as defaults??

Collapse
 
joluga profile image
joluga

If you only want grid, just use CSS Grid. No javascript or any framework needed nor required.

Collapse
 
momin profile image
Md Abdul Momin

Yes! If I want to choose only grid, I can pull only grid from bootstrap!

Thread Thread
 
justaashir profile image
Aashir Khan

Then It will be really great 😊 , I have some bad experience with Bootstrap though. As So I wrote this post

Thread Thread
 
ptejada profile image
Pablo Tejada

With sass you can only pull the components that you need. Also the global style reset is great, it does wonders for cross browser comparability.

Collapse
 
sym profile image
Ryan Carter

Excellent first post! I hope you will write many more. I have used bulma a bunch, and like it, but I've been using purecss.io more lately. I also tried it tachyons as well. So many good options these days.

Collapse
 
coisox profile image
Aizal Manan

Bulma is good; got datepicker, timepicker, datetimepicker (which super hard to find on other framework). My only problem with Bulma is the documentation.

For example, does Bulma offer something like "pt-0"? How to search the documentation? I have to use google to search for specific component features. Sometimes I search inside the "bulma.css" to know whether I should introduce my own class or can reuse existing class.

Unlike Bootstrap with its fast build in search (and keyword friendly too). So at the end, what makes a framework good is its documentation and tons of external tutorial or samples.

Collapse
 
justaashir profile image
Aashir Khan

Hi, Aizal... You're absolutely correct.

Time changes, as opinions, I wrote this post 6 months ago and since then I've used Bulma a lot, and when you use it a lot, you will start finding the complications and I found a lot of downsides including padding-margin utilities and there is little to no documentation on making 'title' 'subtitle' or many other classes responsive. There are lots of other things as well that made me hate Bulma a lot.

I just tried TailwindCSS and It's super-perfect, for everything... I regret that I used Bulma for our SaSS application that ended being a mess of custom SCSS with margin-padding functions and media queries.

It made me compromise with my creativity, So I highly un-recommend Bulma now.

Check the TailwindCSS pen here, I can't imagine creating it with Bulma: codepen.io/justaashir/pen/mdeeKbz

Collapse
 
gklijs profile image
Gerard Klijs

I needed some css framework a few years ago. Did some research and start using Bulma. Really like it, especially since JavaScript is optional, making it very easy to use with clojurescript. The use is probably growing, but as long as it's not included in one of the major frameworks the use stays limited compared to bootstrap probably. Not sure if that's either good or bad for Bulma users.

Collapse
 
syntaxsofts profile image
SyntaxSofts Solutions

No wonder Bulma is a great CSS framework! We have started using it in most of our sites, including our blog site blogs.syntaxsofts.com, as it is easy to use and understandable.

We have also published a blog on why we chose Bulma as our primary choice of CSS frameworks. Read it here - blogs.syntaxsofts.com/displayBlog/...

Collapse
 
justaashir profile image
Aashir Khan

Thanks for sharing this,
Bulma is great 😁.

Collapse
 
frankfurterx profile image
qurus

I can say I tried all those mentioned frameworks. Actually for me right now tailwind CSS is the king of css frameworks. All I need included. Worth a try.

Collapse
 
sairamnagothu profile image
SairamNagothu

I tried Bulma CSS once.. and it's really impressive and it has good potential also..

Collapse
 
justsharkie profile image
/*Sharkie*/

Bulma has always been at the edge of my mind, but I've never fully dug into it like I meant to!

Maybe one of these days. 😂

Collapse
 
aslammdoctor profile image
Aslam Doctor • Edited

interesting article. Made me think to stop using bootstrap. its true most of the people just use it for grid system. I'm going to give bulma try.

Collapse
 
justaashir profile image
Aashir Khan • Edited

Thanks, That's what this post is for, Try New Things

Collapse
 
abdihaikal profile image
Abdi Haikal

Plus One for Bulma.
Thanks for the shout.

Collapse
 
tonthanhhung profile image
Hung Ton

How about tailwind,have you tried it

Collapse
 
justaashir profile image
Aashir Khan

My next post is about it 😂

Collapse
 
farahanjum profile image
Farah Anjum

Is bulma to web what flutter is to mobile?

Collapse
 
zolodeveloper profile image
JULIUS SOLOMON

Tell us about Your bulma experience so far

Collapse
 
jvarness profile image
Jake Varness

Can confirm Bulma is lit.

Collapse
 
c7flat13 profile image
c7flat13

Bulma link throws dns error but otherwise look forward to working with this tech. Thanks!

Collapse
 
opticalminds profile image
Miles Pedro

Thanks for sharing #africa

Collapse
 
bryanaim profile image
Brian Isale

I Might as well give it a shot!

Collapse
 
perigk profile image
Periklis Gkolias

As a backend focused engineer I find Bulma very relieving (if I need to touch css for any reason)

Collapse
 
justaashir profile image
Aashir Khan

It's really easy to implement Bulma without breaking the workflow.

Collapse
 
keith_greer profile image
Keith Greer

I'm certainly going to give Bulma a try. With bootstrap you can now pick and choose the UI modules separately. Great post!!

Collapse
 
rhymes profile image
rhymes

Built two sites on Bulma. Really liked it!

Collapse
 
darkbotbbl profile image
Gabriel Rockson

I'm gonna get my hands dirty with bulma because of this post

Collapse
 
justaashir profile image
Aashir Khan

Hahaha, great. It's my very first post, and it brings me memories every-time. I was in love with Bulma at that time. Now it's tailwindcss

Collapse
 
harrika profile image
henry kirya

If you've been to skeleton and need some flex box dynamism,your next stop should be milligram css, now that is underrated!

Collapse
 
pawelmiczka profile image
Paweł Miczka

Take a look at tailwind (tailwindcss.com). It's much more simpler for me and also with purgeCSS you can get your output css file up to few kbs.

Collapse
 
lewiskori profile image
Lewis kori • Edited

I came across bulma last week and book marked the page for later.
Was thinking of using it for my next project in vue.
You Just gave me the push I needed

Collapse
 
ali_dot_ali profile image
Ali Ali

Buddy
Foundation and Boostrap also good.

But why you rely on Frameworks. Write code from scratch. Man

Collapse
 
justaashir profile image
Aashir Khan

Yep , but what about DRY principal?

Collapse
 
alamantus profile image
Robbie Antenesse

I ❤️❤️❤️ Bulma! It's my go-to CSS framework with Picnic CSS as a close second!