1
0
This commit is contained in:
2024-04-26 18:33:11 +09:00
parent 0748d05ddb
commit 4f0aa84ec0
2134 changed files with 372698 additions and 0 deletions

10
pkg/font-awesome/scss/_icons.scss vendored Normal file
View 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 }\""); }
}