blob: b715b40de9f6f88cf71b09b0e044223f3adc0744 (
plain)
1
2
3
4
5
6
7
8
9
|
// 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; }
});
|