Table layout, object-fit and alignment helpers. The frozen v1.0.0 stylesheet contains 4 classes in this family.

Classes#

ClassNotes
object-contain
object-cover
object-fill
object-none

Usage#

index.html
html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nakshora/nakshora@main/minified-version/v1.0.0.css" />

<div class="object-contain">…</div>

Scaling beyond v1#

v1 utilities are frozen — no JIT, no arbitrary values. When you outgrow them, the releases/migration-v1-to-v3|migration guide moves you to the modern engine where this family gains responsive variants, state variants and 11,417 utilities.