Cursor, selection, overflow and the v1 scroll-snap helpers. The frozen v1.0.0 stylesheet contains 27 classes in this family.

Classes#

ClassNotes
overflow-auto
overflow-hidden
overflow-visible
overflow-scroll
overflow-x-auto
overflow-y-auto
overflow-x-hidden
overflow-y-hidden
cursor-auto
cursor-default
cursor-pointer
cursor-wait
cursor-text
cursor-move
cursor-not-allowed
pointer-events-none
pointer-events-auto
select-none
select-text
select-all
scroll-smooth
snap-x
snap-y
snap-both
snap-start
snap-center
snap-end

Usage#

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

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