aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/assets/font-awesome/less/icons.less
blob: faf238b5ebc59c9dea10c77221b538b727da0af2 (plain) (blame)
1
2
3
4
5
6
7
---
---
/* 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 %}
.icon-{{ alias }}:before,{% endfor %}
.icon-{{ icon.id }}:before { content: @{{ icon.id }}; }{% endfor %}