Skip to content

Commit

Permalink
Remove redundant/broken selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 committed Oct 23, 2022
1 parent 962b8f6 commit 6c9c257
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
:where(*, *::before, *::after) {
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
Expand Down Expand Up @@ -89,7 +91,7 @@
outline-offset: 2px;
}

:where(.visually-hidden:not(:where(:focus, :active, :focus-within, .not-visually-hidden))) {
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
clip-path: inset(50%) !important;
height: 1px !important;
width: 1px !important;
Expand Down

0 comments on commit 6c9c257

Please sign in to comment.