1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 21:20:07 +02:00
Files
gitlit/app/node_modules/bootstrap/scss/utilities/_screenreaders.scss
2018-05-18 10:48:24 +02:00

12 lines
115 B
SCSS

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