Skip to content

Commit

Permalink
Add a list style to lists
Browse files Browse the repository at this point in the history
Our reset, which we should remove entirely, removes list styling.
  • Loading branch information
aaronshekey committed Jan 6, 2022
1 parent af07f58 commit 0db9e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/css/atomic/_stacks-typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ ol {
}
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

.list-reset {
list-style: none;
margin: 0;
Expand Down

0 comments on commit 0db9e56

Please sign in to comment.