Upgrade to fontawesome 6.2

This commit is contained in:
2022-11-14 02:32:37 -05:00
parent 21a41cb1a4
commit 5c026de95e
2140 changed files with 303111 additions and 1293 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(.fa-icons(), {
.@{fa-css-prefix}-@{key}::before { content: @value; }
});