1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-05 13:40:08 +02:00
Files
gitlit/app/node_modules/bootstrap/scss/utilities/_screenreaders.scss
2019-06-06 15:44:24 +02:00

12 lines
115 B
SCSS

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