Files
log/my-blog/static/pkg/font-awesome/scss/_icons.scss
syui 21c665c087
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 11m45s
update
2025-06-14 14:05:18 +09:00

11 lines
319 B
SCSS

// 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 }\""); }
}