Skip to content

Commit

Permalink
Refactor(web): Decrease specificity of the list reset mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Dec 12, 2024
1 parent 3ed396b commit 9b46673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scss/tools/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

@mixin list() {
&:is(ul, ol) {
&:where(ul, ol) {
padding-inline-start: 0;
margin-block: 0;
list-style: none;
Expand Down

0 comments on commit 9b46673

Please sign in to comment.