2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/scss/utilities/_screenreaders.scss
T
2015-12-23 21:01:17 -07:00

12 lines
115 B
SCSS

//
// Screenreaders
//
.sr-only {
@include sr-only();
}
.sr-only-focusable {
@include sr-only-focusable();
}