10 lines
190 B
SCSS
10 lines
190 B
SCSS
.visually-hidden {
|
|
clip: rect(0 0 0 0);
|
|
position: absolute !important;
|
|
clip-path: inset(100%);
|
|
width: 1px !important;
|
|
height: 1px !important;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|