UnoCSS, a TailwindCSS alternative

2 mins read

November 8, 2025

What is UnoCSS?

UnoCSS is an atomic CSS engine which is designed to be flexible and extensible. This makes the core is extremely lightweight (~6kb) because all the CSS utilities are provided via presets.

Comparing UnoCSS with TailwindCSS

TailwindCSS

TailwindCSS JIT engine works like a massive pre-made dictionary:

The slowness comes from loading and searching in that massive dictionary.

UnoCSS

UnoCSS engine doesn’t have a dictionary in it core, it generates CSS on-demand:

By doing this way, UnoCSS saves a lot of time searching.

More than an atomic CSS engine

Performing TailwindCSS’s job is just one of the many jobs that UnoCSS can do:

> cd /blog > cd /home