2024-08-10 02:14:52 +02:00
|
|
|
// specific icon class definition
|
|
|
|
|
// -------------------------
|
|
|
|
|
|
2019-08-21 02:15:50 +02:00
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
|
|
|
readers do not read off random characters that represent icons */
|
|
|
|
|
|
2024-08-10 02:14:52 +02:00
|
|
|
each(.fa-icons(), {
|
|
|
|
|
.@{fa-css-prefix}-@{key}::before { content: @value; }
|
|
|
|
|
});
|