PHP Classes

File: public/font-awesome/scss/_screen-reader.scss

Recommend this page to a friend!
  Classes of Eric Jumba   Partner Locator Map Markers WordPress Plugin   public/font-awesome/scss/_screen-reader.scss   Download  
File: public/font-awesome/scss/_screen-reader.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Partner Locator Map Markers WordPress Plugin
Display a map of businesses on a WordPress page
Author: By
Last change:
Date: 2 months ago
Size: 336 bytes
 

Contents

Class file image Download
// screen-reader utilities // ------------------------- // only display content to screen readers .sr-only, .#{$fa-css-prefix}-sr-only { @include fa-sr-only; } // use in conjunction with .sr-only to only display content when it's focused .sr-only-focusable, .#{$fa-css-prefix}-sr-only-focusable { @include fa-sr-only-focusable; }