aboutsummaryrefslogtreecommitdiff
path: root/scss/helpers/_screenreaders.scss
blob: c8034d10ee51d3dac50ec6ede35e8a4318e2d36b (plain)
1
2
3
4
5
6
7
8
//
// Screenreaders
//

.sr-only,
.sr-only-focusable:not(:focus) {
  @include sr-only();
}