update
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 15m27s

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

View File

@ -0,0 +1,10 @@
// 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 $name, $icon in $fa-icons {
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
}