mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 09:20:58 +01:00
6 lines
134 B
SCSS
6 lines
134 B
SCSS
|
// Screen Readers
|
||
|
// -------------------------
|
||
|
|
||
|
.sr-only { @include sr-only(); }
|
||
|
.sr-only-focusable { @include sr-only-focusable(); }
|