8 lines
342 B
Plaintext
Raw Normal View History

---
---
2013-05-07 17:57:23 -04:00
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
{% for icon in icons %}{% for alias in icon.aliases %}
2013-10-20 13:07:55 -04:00
.@{fa-css-prefix}-{{ alias }}:before,{% endfor %}
.@{fa-css-prefix}-{{ icon.id }}:before { content: @fa-var-{{ icon.id }}; }{% endfor %}