unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / less / icons.less
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 .icon-{{ alias }}:before,{% endfor %}
7 .icon-{{ icon.id }}:before { content: @{{ icon.id }}; }{% endfor %}