PHP Classes

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

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

Contents

Class file image Download
// sizing icons // ------------------------- // literal magnification scale @for $i from 1 through 10 { .#{$fa-css-prefix}-#{$i}x { font-size: $i * 1em; } } // step-based scale (with alignment) @each $size, $value in $fa-sizes { .#{$fa-css-prefix}-#{$size} { @include fa-size($value); } }