List Style Type

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

Class CSS Output
list-disc
list-style-type: disc;
}
list-decimal
list-style-type: decimal;
}
list-none
list-style-type: none;
}

list-disc

list-style-type: disc;

list-decimal

list-style-type: decimal;

list-none

list-style-type: none;

Reference

CSS Properties

  • list-style-type