Skip to main content

List Style Type

Utilities for controlling the bullet/number style of a list.

CSS Property:list-style-type
Classes:3

List Style Type Classes

ClassCSS
list-nonelist-style-type: none;
list-disclist-style-type: disc;
list-decimallist-style-type: decimal;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[list-style-type:value]

Responsive Variants

Apply list style type utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:list-none
768px+md:md:list-none
1024px+lg:lg:list-none
1280px+xl:xl:list-none
1536px+2xl:2xl:list-none