Mojo CSS
Next-Gen
CSS Framework

The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.

Instant On-Demand CSS
1. Write the code
class=""
2. Mojo compiles it
<style>
.bg-c-blue {
    ...
}
</style>
3. Voila!
Less Code, More Readability
Then
class="bg-red-400 px-5 hover:bg-red-600 hover:px-8 "
Now
class="bg-c-red px-5" hover="bg-c-red:+2 px-8 "
Multiple Color Themes, Eeasier Than Ever
Lightweight, Yet Powerful
300KB
.gzip
Works Everywhere. Just Import.
npm install mojocss