Files
webpage/css/fontawesome/_icons.scss
rm-dr bfa6d2c8d9
Some checks failed
CI / Check typos (push) Has been cancelled
CI / Check links (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Deploy on waypoint (push) Has been cancelled
Migrate to servable
2025-11-27 20:25:30 -08: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 }\""); }
}