update
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 11m45s

This commit is contained in:
2025-06-14 13:12:42 +09:00
parent bb6d51a602
commit 21c665c087
2162 changed files with 373849 additions and 967 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; }
});