ThreeSixtyGiving / 360-ds

360Giving Design System - Components
https://cdn.threesixtygiving.org/
2 stars 1 forks source link

Screen-reader styles #7

Closed claudioccm closed 4 years ago

claudioccm commented 4 years ago

Add this to the main CSS files. I'd add this in the utils.css partial

.screen-reader-only { 
  position: absolute; 
  width: 1px; 
  clip: rect(0 0 0 0); 
  overflow: hidden; 
  white-space: nowrap; 
}