PHP Classes

File: public/font-awesome/scss/_icons.scss

Recommend this page to a friend!
  Classes of Eric Jumba   Partner Locator Map Markers WordPress Plugin   public/font-awesome/scss/_icons.scss   Download  
File: public/font-awesome/scss/_icons.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: 319 bytes
 

Contents

Class file image Download
// specific icon class definition // ------------------------- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ @each $name, $icon in $fa-icons { .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } }