switch themify for fa

This commit is contained in:
2022-05-27 18:07:35 +02:00
parent a34b56723e
commit ed8ea62de7
2123 changed files with 167804 additions and 72 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; }
});