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

Tailwind CSS v4 · all subjects

utilities/text-decoration-thickness

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

decoration-<number> utility classes

The decoration-<number> utilities control text decoration thickness with values like decoration-1, decoration-2, and decoration-4. Each numbered utility applies text-decoration-thickness: <number>px; where the number is the pixel value.

decoration-from-font utility

The decoration-from-font utility applies text-decoration-thickness: from-font; to use the font's built-in decoration thickness.

decoration-auto utility

The decoration-auto utility applies text-decoration-thickness: auto; to let the browser automatically determine text decoration thickness.

decoration-[<value>] arbitrary values

Text decoration thickness can be set using arbitrary values with the syntax decoration-[<value>] which applies text-decoration-thickness: <value>;

decoration-(length:<custom-property>) custom property

Text decoration thickness can be controlled using custom CSS properties with the syntax decoration-(length:<custom-property>) which applies text-decoration-thickness: var(<custom-property>);

text decoration thickness responsive design

Text decoration thickness utilities support responsive design modifiers, allowing different thickness values at different breakpoints.

Give your agent this brain