[Automation] Site update: 2025-11-23 16:33:11

This commit is contained in:
2025-11-23 16:33:12 -05:00
commit 98683d628a
2153 changed files with 378865 additions and 0 deletions
+9
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; }
});