No notes defined.
<p>
Below is some text that shouldn't be visible or take up any space.
</p>
<p class="sr-only">
This is the text that shouldn't be visible or take up any space.
</p>
<p>
Above is some text that shouldn't be visible or take up any space.
</p>
///
/// visuallyhidden mixin
///
.visually-hidden,
.sr-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}