Skip to content

tadatuta/bem-font-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bem-font-awesome

BEM port of Font Awesome.

See also bem-font-awesome-icons — Font Awesome icons extracted as SVG and provided via backgrounds or BEMHTML/BH tempaltes so no font required and only needed icons will be used.

Content

fa/
    fa.css # common styles
    _icon/
        fa_icon_500px.css
        fa_icon_address-book-o.css
        fa_icon_address-book.css
        fa_icon_adjust.css
        fa_icon_adn.css
        # and so on

Installation

  1. Add the library to project dependencies:
    npm i bem-font-awesome --save
    
  2. Add it as redefinition level

You're done :)

Usage

BEMJSON

{ block: 'fa', mods: { icon: '500px' } }

HTML

<span class="fa fa_icon_500px"></span>