Fork-Awesome/src/assets/font-awesome/scss/_icons.scss

8 lines
403 B
SCSS
Raw Normal View History

---
---
2013-05-16 09:19:04 +02:00
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
2013-10-16 19:46:28 +02:00
readers do not read off random characters that represent icons */
{% for icon in icons %}{% for alias in icon.aliases %}
2013-10-16 19:46:28 +02:00
.{{ site.fontawesome.css_prefix }}-{{ alias }}:before,{% endfor %}
.{{ site.fontawesome.css_prefix }}-{{ icon.id }}:before { content: ${{ site.fontawesome.css_prefix }}-{{ icon.id }}; }{% endfor %}