2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-11 18:02:24 +03:00
Files
font-awesome/scss/_icons.scss
T
2023-11-30 09:11:59 -06: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 }\""); }
}