mirror of https://github.com/helloxz/onenav.git
6 lines
134 B
6 lines
134 B
3 years ago
|
// Screen Readers
|
||
|
// -------------------------
|
||
|
|
||
|
.sr-only { @include sr-only(); }
|
||
|
.sr-only-focusable { @include sr-only-focusable(); }
|