2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/scss/helpers/_screenreaders.scss
2019-05-23 11:56:03 +02:00

9 lines
91 B
SCSS

//
// Screenreaders
//
.sr-only,
.sr-only-focusable:not(:focus) {
@include sr-only();
}