list style type
list-none
- item 1
- item 2
- item 3
@desktop
list-style-type: none;
list-style-type: none;
list-disc
- item 1
- item 2
- item 3
@desktop
list-style-type: disc;
list-style-type: disc;
list-decimal
- item 1
- item 2
- item 3
@desktop
list-style-type: decimal;
list-style-type: decimal;