UNPKG

287 Btext/lessView Raw
1// specific icon class definition
2// -------------------------
3
4/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
5 readers do not read off random characters that represent icons */
6
7each(.fa-icons(), {
8 .@{fa-css-prefix}-@{key}::before { content: @value; }
9});