mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 02:44:29 +02:00
11 lines
139 B
SCSS
11 lines
139 B
SCSS
// Screen Readers
|
|
// -------------------------
|
|
|
|
.sr-only {
|
|
@include sr-only();
|
|
}
|
|
|
|
.sr-only-focusable {
|
|
@include sr-only-focusable();
|
|
}
|