Typography

list-style-type to Tailwind

Three utilities cover the common cases: list-none, list-disc, list-decimal.

The 3 mappings below are read straight out of Tailwind v4.3.3, not maintained by hand, so this is what the converter will actually produce for list-style-type.

list-style-type values and their classes

CSSTailwind
list-style-type: decimal;list-decimal
list-style-type: disc;list-disc
list-style-type: none;list-none

Values that are not on the scale

Anything without a named class is written as an arbitrary value in square brackets. The converter falls back to this rather than rounding your CSS to the nearest class, because silently changing a value is worse than an ugly class name.

list-[your value]

Other typography properties

Converting a whole stylesheet?

Paste it into the converter and get every rule at once, shorthands expanded, media queries turned into breakpoint variants, and the parts that have no Tailwind equivalent flagged rather than dropped.

Open the converter