Skip to content

peterekjs/sass-font-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sass-font-awesome

Sass-only package for the iconic Font Awesome project with additional features

Currently using Font Awesome v4.7.0

Additional features

Silent classes

All icon classes have their silent equivalents e.g. .fa-check => %fa-check

Allowed icons

You can specify icon classes to be compiled into the final css style by defining a list of icon names into variable $fa-allowed-icons.

Example

$fa-allowed-icons: check times;

Will result in generating only .fa-check and .fa-times classes along with all feature classes (e.g. .fa-fw, .fa-3x etc.). Silent classes will be available for all the rest of icons.

About

Sass only shim for Font-Fwesome project with additional features

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages