]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/scss/utilities/_screenreaders.scss
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / utilities / _screenreaders.scss
1 //
2 // Screenreaders
3 //
4
5 .sr-only {
6 @include sr-only();
7 }
8
9 .sr-only-focusable {
10 @include sr-only-focusable();
11 }