mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
19 lines
313 B
SCSS
19 lines
313 B
SCSS
|
// ===========================================================================
|
||
|
// ACCESSIBILITY
|
||
|
|
||
|
|
||
|
|
||
|
.accessibility {
|
||
|
@extend .message;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
// ---------------------------------------------------------------------------
|
||
|
// iPhone
|
||
|
|
||
|
@mixin accessibility-iPhone {
|
||
|
.accessibility {
|
||
|
@extend %hidden-iPhone;
|
||
|
}
|
||
|
}
|