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

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-clip utility classes

Tailwind CSS v4 provides the following mask-clip utility classes to control the bounding box of an element's mask: mask-clip-border (mask-clip: border-box), mask-clip-padding (mask-clip: padding-box), mask-clip-content (mask-clip: content-box), mask-clip-fill (mask-clip: fill-box), mask-clip-stroke (mask-clip: stroke-box), mask-clip-view (mask-clip: view-box), and mask-no-clip (mask-clip: no-clip).

mask-clip-border utility

The mask-clip-border utility applies mask-clip: border-box to an element, controlling the bounding box of its mask.

mask-clip-padding utility

The mask-clip-padding utility applies mask-clip: padding-box to an element, controlling the bounding box of its mask.

mask-clip-content utility

The mask-clip-content utility applies mask-clip: content-box to an element, controlling the bounding box of its mask.

mask-clip-fill utility

The mask-clip-fill utility applies mask-clip: fill-box to an element, controlling the bounding box of its mask.

mask-clip-stroke utility

The mask-clip-stroke utility applies mask-clip: stroke-box to an element, controlling the bounding box of its mask.

mask-clip-view utility

The mask-clip-view utility applies mask-clip: view-box to an element, controlling the bounding box of its mask.

mask-no-clip utility

The mask-no-clip utility applies mask-clip: no-clip to an element, disabling clipping control of the mask's bounding box.

Give your agent this brain