Non-Goals

Utilities deliberately excluded to keep the surface small and intentional.

  • No display scale such as .block, .flex, .grid — use layout primitives.
  • No color scales such as .text-primary or .bg-success — intent colors belong to components and state.
  • No breakpoint utility variants — use container queries or layout primitives.
  • No utility variants for hover, focus, dark mode, or arbitrary selectors — use component states.
  • No full spacing scale with every step and direction — the 17 spacing helpers above cover the most common escape hatches.