mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 23:59:13 +08:00
8 lines
270 B
SCSS
8 lines
270 B
SCSS
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent icons */
|
|
|
|
@each $fa-var-key, $fa-var-value in $fa-vars{
|
|
.#{$fa-css-prefix}-#{$fa-var-key}:before { content: fa-content($fa-var-value); }
|
|
}
|
|
|