Files
log/my-blog/static/pkg/font-awesome/less/_icons.less
syui 711bd60758
Some checks are pending
Deploy to Cloudflare Pages / deploy (push) Waiting to run
update
2025-06-14 13:12:42 +09:00

10 lines
287 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}::before { content: @value; }
});