1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00
Files
gitlit/app/node_modules/bootstrap/scss/utilities/_screenreaders.scss
2018-06-03 13:57:23 +02:00

12 lines
115 B
SCSS

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