mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-06 05:08:09 -05:00
12 lines
115 B
SCSS
12 lines
115 B
SCSS
|
//
|
||
|
// Screenreaders
|
||
|
//
|
||
|
|
||
|
.sr-only {
|
||
|
@include sr-only();
|
||
|
}
|
||
|
|
||
|
.sr-only-focusable {
|
||
|
@include sr-only-focusable();
|
||
|
}
|