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/list-style-type

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.

list-style-type utility classes

Tailwind v4 provides the following utility classes for controlling the marker style of a list: list-disc applies list-style-type: disc; list-decimal applies list-style-type: decimal; list-none applies list-style-type: none; list-(<custom-property>) applies list-style-type: var(<custom-property>); list-[<value>] applies list-style-type: <value>; for arbitrary values.

list-disc utility

The list-disc utility applies list-style-type: disc; to a list element, displaying bullet points as the list markers.

list-decimal utility

The list-decimal utility applies list-style-type: decimal; to a list element, displaying numbered markers as the list markers.

list-none utility

The list-none utility applies list-style-type: none; to a list element, removing the list markers entirely.

list-style-type arbitrary values

The list-[<value>] syntax allows arbitrary values to be passed to the list-style-type property. For example, list-[upper-roman] would apply list-style-type: upper-roman;. Custom property variables can also be used with the list-(<custom-property>) syntax.

list-style-type responsive design

The list-style-type utilities support responsive design breakpoints, allowing different list marker styles to be applied at different screen sizes. For example, list-none md:list-disc would apply no marker on small screens and bullet points on medium screens and up.

Give your agent this brain