_icons.scss 312 B

12345678
  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 %}