Files
blog/sass/_hidden.scss
2024-10-10 20:57:01 +03:00

10 lines
181 B
SCSS

.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;
}