Hugo 1'st

This commit is contained in:
ra_ma
2026-07-14 18:15:06 +01:00
parent 31b3cc2319
commit 482fb63768
2182 changed files with 386622 additions and 36 deletions
+11
View File
@@ -0,0 +1,11 @@
// 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} {
@{fa-icon-property}: @value;
}
});