2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-05 16:42:25 +03:00
Files
font-awesome/less/_icons.less
T
2023-11-30 09:11:59 -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; }
});