kumify/frontend/static/frontend/bootstrap/scss/utilities/_screenreaders.scss
2020-12-27 18:49:54 +01:00

12 lines
115 B
SCSS

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