tylerchilds / cutestrap

A strong, independent CSS Framework. Only 2.7KB minified & gzipped.
https://www.cutestrap.com
GNU General Public License v3.0
1.57k stars 80 forks source link

Accessibility utilities (screen-reader-text) #56

Open scottsweb opened 4 years ago

scottsweb commented 4 years ago

Would you consider a PR that brings in the following utility?

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

Description: Allows items to be hidden visually but spoken via screen reader.

tylerchilds commented 4 years ago

Absolutely :)