> Overview
Oxiris CSS
A lightweight CSS framework that celebrates aesthetics with minimalism and consistency.
It aims to provide a good developer experience with straightforward documentation, customizability and file size optimizations for production.
Example
<div class="col md:row border-1px gap-1 p-1 round-2">
<button class="button hue-a">Settings</button>
<button class="button hue-b">Profile</button>
<button class="button hue-c chroma-bg-2">Profile</button>
<button class="button hue-d hover:color-invert">Hover me</button>
</div>
<button class="button hue-a">Settings</button>
<button class="button hue-b">Profile</button>
<button class="button hue-c chroma-bg-2">Profile</button>
<button class="button hue-d hover:color-invert">Hover me</button>
</div>