mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 18:18:36 +00:00
8 lines
136 B
SCSS
Vendored
8 lines
136 B
SCSS
Vendored
//
|
|
// Visually hidden
|
|
//
|
|
|
|
.visually-hidden,
|
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
@include visually-hidden();
|
|
}
|