UnoCSS
Author: Dragonlord1005
UnoCSS was created by Antfu as an atomic css engine
Its greatest features
Why is unocss so good? Well, it generates things dynamically, unlike something like TailwindCSS, where everything is predefined, UnoCSS can just generate it.
{/* This works in both TailwindCSS and UnoCSS */}
<p class="mt-5">
{/* This works on UnoCSS but TailwindCSS doesn't know what to do with it. */}
<p class="mt-15"></p>
</p>
It also can use icons in css, allowing for infinite styling possibilities.
UnoCSS is truly a great css engine, and I hope it gets the attention it deserves.