What to build
A CSS-only loading spinner — <span data-spinner> — that renders as a rotating circle in the accent color. No JS required. Respects prefers-reduced-motion: reduce by pausing the animation.
The spinner can stand alone (centered in its container) or sit inline (e.g., next to text in a button).
Acceptance criteria
Blocked by
None — can start immediately.
What to build
A CSS-only loading spinner —
<span data-spinner>— that renders as a rotating circle in the accent color. No JS required. Respectsprefers-reduced-motion: reduceby pausing the animation.The spinner can stand alone (centered in its container) or sit inline (e.g., next to text in a button).
Acceptance criteria
<span data-spinner>renders a rotating circle using--accentprefers-reduced-motion: reduce(animation paused)@layer hikarirules/hikari-rules.mdupdated with markup exampleBlocked by
None — can start immediately.