2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-08 17:22:24 +03:00
Files
font-awesome/less/_icons.less
T
2022-02-07 14:16:51 -06:00

10 lines
287 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}::before { content: @value; }
});