Font-Awesome/js-packages/@fortawesome/fontawesome-free/less/_icons.less
fontawesome-github-bot af620534bf
Release 6.7.2 (#20503)
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
2024-12-16 15:31:56 -06:00

12 lines
297 B
Plaintext

// specific icon class definition
// -------------------------
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
each(.fa-icons(), {
.@{fa-css-prefix}-@{key} {
@{fa-icon-property}: @value;
}
});