config update

This commit is contained in:
ra_ma
2026-07-14 18:36:07 +01:00
parent 482fb63768
commit d07a936838
2174 changed files with 386485 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
// 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} {
#{$fa-icon-property}: unquote("\"#{ $icon }\"");
}
}