Files
scrap/webui/node_modules/@fortawesome/fontawesome-free/less/_icons.less
Gilles Soulier dc19315e5d claudec3
2026-01-17 15:58:01 +01:00

12 lines
297 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} {
@{fa-icon-property}: @value;
}
});