adding font-awesome

This commit is contained in:
Geriano
2022-07-16 01:34:28 +07:00
parent 0a92d68068
commit 373d620c2a
2097 changed files with 167745 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// 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 }\""); }
}