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-indent

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.

text-indent utility class syntax in v4

The text-indent utility in Tailwind v4 uses the following class patterns: indent-<number> generates text-indent: calc(var(--spacing) * <number>); -indent-<number> generates text-indent: calc(var(--spacing) * -<number>); indent-px generates text-indent: 1px; -indent-px generates text-indent: -1px; indent-(<custom-property>) generates text-indent: var(<custom-property>); indent-[<value>] generates text-indent: <value>;

text-indent utility supports spacing multiplier

Text-indent utilities like indent-2 and indent-8 multiply the base spacing unit by the specified number. The calculation uses calc(var(--spacing) * <number>) to derive the final indentation value.

text-indent utility supports negative values

Negative text indentation values are created by prefixing the class name with a dash, such as -indent-8, which generates text-indent: calc(var(--spacing) * -<number>).

text-indent utility supports custom properties

Text-indent utilities accept custom property references using the indent-(<custom-property>) syntax, which generates text-indent: var(<custom-property>).

text-indent utility supports arbitrary values

Text-indent utilities support arbitrary values using square bracket syntax: indent-[<value>] generates text-indent: <value>;

text-indent utility supports responsive design

Text-indent utilities respond to responsive design breakpoints, allowing different indentation values at different screen sizes.

Give your agent this brain