]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/scss/utilities/_screenreaders.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / utilities / _screenreaders.scss
CommitLineData
91e44d91
S
1//
2// Screenreaders
3//
4
5.sr-only {
6 @include sr-only();
7}
8
9.sr-only-focusable {
10 @include sr-only-focusable();
11}