Bump font awesome to 6.5.0

This commit is contained in:
2023-12-07 20:33:52 +01:00
parent 3611f2206f
commit d767e335f9
39 changed files with 426 additions and 21 deletions

View File

@@ -7,3 +7,4 @@ readers do not read off random characters that represent icons */
@each $name, $icon in $fa-icons {
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
}