mirror of
https://github.com/jgthms/bulma
synced 2026-03-31 01:07:24 -07:00
Update to Font Awesome 6
This commit is contained in:
10
docs/vendor/fontawesome-free-6.5.2-web/scss/_icons.scss
vendored
Normal file
10
docs/vendor/fontawesome-free-6.5.2-web/scss/_icons.scss
vendored
Normal 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 }\""); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user