Add visually-hidden mixing

This commit is contained in:
Cory LaViska
2020-10-13 08:19:26 -04:00
parent 646df8aafe
commit 4d41e09f98

View File

@@ -0,0 +1,9 @@
@mixin visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}