Why I love UnoCSS Back

Why I love UnoCSS

2025-04-04

faizi

Why I love UnoCSS

Some backstory

I am a simple guy. I see something interesting; I try to learn more about it. I came across html, css in 2019; I learnt it. I saw javascript in 2020; I learnt it. I came accross tailwind; I immediately learnt it and used it before my colleagues even knew about it. Then 2 years ago, I came accross something which changed the way I think about CSS entirely. No, I’m not talking about Bootstrap. Even though I did learn it before Tailwind, I never exactly liked it. What i’m talking about is far more versatile, flexible and simple in implementation and usage. Ladies and gentlemen, I introduce you to UnoCSS.

Let's have a look

UnoCSS has all of the features of TailwaindCSS….plus more. Take a look at the following code sample:

<a class="bg-stone-200 text-stone-900 px-4 py-2 rounded-lg">Link</a>

Ⓒ designbyfaizi 2025 - All Rights Reserved