mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 20:54:22 +01:00
13 lines
203 B
SCSS
13 lines
203 B
SCSS
@use "../mixins/visually-hidden" as *;
|
|
|
|
//
|
|
// Visually hidden
|
|
//
|
|
|
|
@layer helpers {
|
|
.visually-hidden,
|
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
@include visually-hidden();
|
|
}
|
|
}
|