kopia lustrzana https://github.com/shoelace-style/shoelace
Add visually-hidden mixing
rodzic
646df8aafe
commit
4d41e09f98
|
@ -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;
|
||||
}
|
Ładowanie…
Reference in New Issue