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/mask-repeat

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

mask-repeat utility classes

Tailwind CSS provides the following mask-repeat utility classes: mask-repeat (mask-repeat: repeat), mask-no-repeat (mask-repeat: no-repeat), mask-repeat-x (mask-repeat: repeat-x), mask-repeat-y (mask-repeat: repeat-y), mask-repeat-space (mask-repeat: space), and mask-repeat-round (mask-repeat: round).

mask-repeat class for repeating mask images

The mask-repeat utility class repeats a mask image both vertically and horizontally using the CSS property mask-repeat: repeat.

mask-repeat-x class for horizontal repetition

The mask-repeat-x utility class repeats a mask image only horizontally using the CSS property mask-repeat: repeat-x.

mask-repeat-y class for vertical repetition

The mask-repeat-y utility class repeats a mask image only vertically using the CSS property mask-repeat: repeat-y.

mask-repeat-space class prevents clipping

The mask-repeat-space utility class repeats a mask image without clipping using the CSS property mask-repeat: space.

mask-repeat-round class prevents clipping and gaps

The mask-repeat-round utility class repeats a mask image without clipping and stretches the mask image if needed to avoid gaps using the CSS property mask-repeat: round.

mask-no-repeat class disables mask image repetition

The mask-no-repeat utility class prevents a mask image from repeating using the CSS property mask-repeat: no-repeat.

mask-repeat supports responsive design

The mask-repeat utility classes support responsive design modifiers, allowing different mask-repeat values to be applied at different breakpoints.

Give your agent this brain