new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · all subjects

typeset/customization

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Typeset: inline override example

For a one-off change, skip the preset and set a value directly on the container: <article className="typeset [--typeset-flow:1.75em]">...</article>.

Typeset: CSS specificity and overrides

Typeset lives in the components layer and uses :where() for its element selectors. Tailwind utilities on an element win without !important. Plain CSS can also override Typeset with a normal selector.

Typeset: opting out with not-typeset class

To keep a component out of Typeset, add not-typeset or data-not-typeset: <div className="typeset"><p>Styled prose.</p><Card className="not-typeset">Untouched component.</Card></div>. Both options cover the component and everything inside it. Another typeset container inside that subtree stays opted out too.

Give your agent this brain