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