mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
//
|
|
// Screenreaders
|
|
//
|
|
|
|
.sr-only,
|
|
.sr-only-focusable:not(:focus) {
|
|
@include sr-only();
|
|
}
|