update
Some checks are pending
Deploy to Cloudflare Pages / deploy (push) Waiting to run

This commit is contained in:
2025-06-14 13:12:42 +09:00
parent f33dce080b
commit 711bd60758
2160 changed files with 373818 additions and 838 deletions

View File

@ -0,0 +1,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; }
});