sass-font-awesome

Sass-only package for the iconic font and CSS framework

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
sass-font-awesome
011.0.26 years ago6 years agoMinified + gzip package size for sass-font-awesome in KB

Readme

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.