_icons.less 357 B

123456789101112
  1. // specific icon class definition
  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. each(.fa-icons(), {
  6. .@{fa-css-prefix}-@{key} {
  7. @{fa-icon-property}: @value;
  8. @{fa-duotone-icon-property}: %("%s%s", @value, @value);
  9. }
  10. });