Skip to content

Commit

Permalink
Remove unused utility
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 12, 2025
1 parent 320d278 commit c3c1b23
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/utils/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,3 @@
.custom-toolbar-plugins {
margin: 2rem 1rem 0 8rem;
}

// See https://snook.ca/archives/html_and_css/hiding-content-for-accessibility.
.u-visually-hidden {
// stylelint-disable-next-line declaration-no-important
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}

0 comments on commit c3c1b23

Please sign in to comment.