fichier langue

This commit is contained in:
mepiphana2023
2024-04-24 08:52:59 +02:00
parent a57ff3d837
commit 620ff91173
2137 changed files with 372723 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
// 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}::before { content: unquote("\"#{ $icon }\""); }
}