chore: utils

This commit is contained in:
Cory Dransfeldt 2024-10-26 17:16:57 -07:00
parent 55edb66172
commit 59e37a8fe8
No known key found for this signature in database
3 changed files with 14 additions and 3 deletions

View file

@ -580,3 +580,14 @@ ol {
height: auto;
width: 100%;
}
/* utilities */
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
width: 1px;
height: 1px;
position: absolute;
overflow: hidden;
}