creatordesign system
GitHub
Reboot
Elements · Creator Design System

Reboot

The foundation reset: box-sizing everywhere, media that can't overflow, fonts that inherit, margins zeroed so ladders own the rhythm.

SelectorRule
*, ::before, ::afterbox-sizing: border-box
img, video, svg, canvasdisplay block · max-width 100%
h1–h6, p, figure, blockquotemargin 0 — spacing comes from .stack/.flow
button, input, select, textareafont: inherit, color: inherit
bodybg-canvas · fg-default · font-body · antialiased
:focus-visiblethe one focus ring, accent, 2px offset
Anything inside a fresh element starts unstyled and inherits ink.

00-reboot.css — runs before every layer