mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-21 13:34:23 +00:00
af620534bf
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
12 lines
297 B
Plaintext
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;
|
|
}
|
|
});
|