Syntax
list-style-type
Setting the style of the list item marker.
Overview
Class | Declarations |
---|---|
list-style-type:`type` | list-style-type: `type`;
|
list-style:disc | list-style-type: disc;
|
list-style:decimal | list-style-type: decimal;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="list-style-type:circle:hover list-style-type:circle@sm list-style-type:circle@dark list-style-type:circle@print">…</div>