Skip to content

Commit c3c1b23

Browse files
committed
Remove unused utility
1 parent 320d278 commit c3c1b23

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/utils/_utilities.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,3 @@
6363
.custom-toolbar-plugins {
6464
margin: 2rem 1rem 0 8rem;
6565
}
66-
67-
// See https://snook.ca/archives/html_and_css/hiding-content-for-accessibility.
68-
.u-visually-hidden {
69-
// stylelint-disable-next-line declaration-no-important
70-
position: absolute !important;
71-
height: 1px;
72-
width: 1px;
73-
overflow: hidden;
74-
clip: rect(1px, 1px, 1px, 1px);
75-
}

0 commit comments

Comments
 (0)