Skip to content

Commit d98785a

Browse files
committed
Add a list style to lists
Our reset, which we should remove entirely, removes list styling.
1 parent b3b5f6d commit d98785a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/css/atomic/_stacks-typography.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ ol {
253253
}
254254
}
255255

256+
ul { list-style-type: disc; }
257+
ol { list-style-type: decimal; }
258+
256259
.list-reset {
257260
list-style: none;
258261
margin: 0;

0 commit comments

Comments
 (0)