PHP Classes

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

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/css/font-awesome/scss/_icons.scss   Download  
File: public/css/font-awesome/scss/_icons.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 318 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 }\""); } }