sass-font-awesome

1.0.2 • Public • Published

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.

/sass-font-awesome/

    Package Sidebar

    Install

    npm i sass-font-awesome

    Weekly Downloads

    3,766

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • peterek