Started the project

This commit is contained in:
thatscringebro
2023-03-17 21:20:24 -04:00
parent e46739bdd4
commit 4960271bf0
2154 changed files with 247689 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 }\""); }
}