Skip to main content

3 posts tagged with "css"

View All Tags

v5.0.0: One CSS, Any Prefix

· 8 min read
Alex Smith
Software Engineer

One CSS, Any Prefix, drawn as pixel art: a glowing bestax cartridge wired to three identical buttons captioned .button, .bestax-button, and .acme-button, while a faded bulma- cartridge crumbles into loose pixels at the edge of the frame

In June, bestax-bulma v5.0.0 shipped exactly one breaking change, and it was a deletion: 3 files touched, 22 lines removed, 0 added. If you never imported versions/bestax-bulma-prefixed.css, you won't feel a thing.

Bulma Is the #3 CSS Framework. AI Will Never Tell You About It

· 22 min read
Alex Smith
Software Engineer

Tailwind is first. Bootstrap is second. Bulma is third.

That's the whole leaderboard, and it has been remarkably stable for years. Every survey, every npm download chart, every "what CSS framework should I use in 2026" thread lands in the same order.

So let's talk about third place, because third place is the interesting place to be.

Congrats on being different. Now here's what to do.

Bulma Helper

· One min read
Alex Smith
Software Engineer

We've add a react hook that turns properties into bulma helper classes. It's pretty cool. You can add this to any custom component to leverage Bulma helper classes through properties.

All of the components in this package use this helper useBulmaClasses.