Design note
Readable content should not need twenty utilities
The n-prose class supplies rhythm, readable line length, lists, links, media, quotations, and captions.
Nucleus keeps the underlying HTML semantic. You can still override every token without replacing the component.
Good defaults create speed. Escape hatches preserve control.
<article class="n-prose">
<h1>A readable article</h1>
<p>Finished typography with one class.</p>
</article>
Press ⌘ K to search, or highlight the important part.