v1 grid utilities: grid-cols-*, gap-*, alignment and named areas. The frozen v1.0.0 stylesheet contains 69 classes in this family.

Classes#

ClassNotes
grid
contents
items-start
items-end
items-center
items-baseline
items-stretch
justify-start
justify-end
justify-center
justify-between
justify-around
justify-evenly
gap-0Gutter from the --space scale
gap-pxGutter from the --space scale
gap-0-5Gutter from the --space scale
gap-1Gutter from the --space scale
gap-1-5Gutter from the --space scale
gap-2Gutter from the --space scale
gap-2-5Gutter from the --space scale
gap-3Gutter from the --space scale
gap-3-5Gutter from the --space scale
gap-4Gutter from the --space scale
gap-5Gutter from the --space scale
gap-6Gutter from the --space scale
gap-7Gutter from the --space scale
gap-8Gutter from the --space scale
gap-9Gutter from the --space scale
gap-10Gutter from the --space scale
gap-12Gutter from the --space scale
gap-14Gutter from the --space scale
gap-16Gutter from the --space scale
gap-20Gutter from the --space scale
gap-24Gutter from the --space scale
gap-32Gutter from the --space scale
grid-cols-1Column templates 1–12
grid-cols-2Column templates 1–12
grid-cols-3Column templates 1–12
grid-cols-4Column templates 1–12
grid-cols-5Column templates 1–12
grid-cols-6Column templates 1–12
grid-cols-7Column templates 1–12
grid-cols-8Column templates 1–12
grid-cols-9Column templates 1–12
grid-cols-10Column templates 1–12
grid-cols-11Column templates 1–12
grid-cols-12Column templates 1–12
col-span-1
col-span-2
col-span-3
col-span-4
col-span-5
col-span-6
col-span-7
col-span-8
col-span-9
col-span-10
col-span-11
col-span-12
col-span-full

Usage#

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

<div class="grid">…</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.