Skip to main content

List Style Position

Utilities for controlling the position of bullets/numbers in lists.

CSS Property:list-style-position
Classes:2

List Style Position Classes

ClassCSS
list-insidelist-style-position: inside;
list-outsidelist-style-position: outside;

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-position:value]

Responsive Variants

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

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