mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-16 13:21:37 +00:00
9 lines
136 B
SCSS
9 lines
136 B
SCSS
|
//
|
||
|
// Visually hidden
|
||
|
//
|
||
|
|
||
|
.visually-hidden,
|
||
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
||
|
@include visually-hidden();
|
||
|
}
|