mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-09 23:00:27 +08:00
8 lines
344 B
SCSS
8 lines
344 B
SCSS
---
|
|
---
|
|
/* 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 %}
|
|
.#{$fa-css-prefix}-{{ alias }}:before,{% endfor %}
|
|
.#{$fa-css-prefix}-{{ icon.id }}:before { content: $fa-var-{{ icon.id }}; }{% endfor %}
|