PHP Classes

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

Recommend this page to a friend!
  Classes of Eric Jumba   Partner Locator Map Markers WordPress Plugin   public/font-awesome/less/_icons.less   Download  
File: public/font-awesome/less/_icons.less
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: 287 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(.fa-icons(), { .@{fa-css-prefix}-@{key}::before { content: @value; } });