Typography
List Style Type
Utilities for sets the bullet style of a list.
Variant
Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited
API
class | css |
---|---|
list-none | list-style-type: none |
list-disc | list-style-type: disc |
list-decimal | list-style-type: decimal |
Usage
list-decimal
list-none
<ul class="list-decimal">
<li>
...
</li>
...
</ul>
HTML
ul {
@extend
.list-decimal;
}
SCSS