update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / scss / _icons.scss
1 ---
2 ---
3 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
4    readers do not read off random characters that represent icons */
5 {% for icon in icons %}{% for alias in icon.aliases %}
6 .#{$fa-css-prefix}-{{ alias }}:before,{% endfor %}
7 .#{$fa-css-prefix}-{{ icon.id }}:before { content: $fa-var-{{ icon.id }}; }{% endfor %}