Skip to content

Commit

Permalink
v3.0.0: fix list style none
Browse files Browse the repository at this point in the history
  • Loading branch information
tojeiro-me committed Feb 25, 2024
1 parent df7c9bd commit 4099224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/reset.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
:where(ul, ol)[role="list"] {
/* Use role=list when removing list style
so it doesn't loose its semantic value on safari */
list-style: "none";
list-style: none;
}

:where(ul):not([role="list"]) {
Expand Down

0 comments on commit 4099224

Please sign in to comment.