Removed old version

This commit is contained in:
thatscringebro
2023-01-04 22:35:41 -05:00
parent a05768f405
commit b6f8b40027
4384 changed files with 13028 additions and 261231 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 }\""); }
}