Files
cashier/public/static/plugs/font-awesome-6.x/less/_icons.less
你的名字 ac0f12b21a 1
2025-10-15 14:53:54 +08: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;
}
});