scss minimize

This commit is contained in:
Candifloss 2024-11-14 10:56:39 +05:30
parent 018f492478
commit 989729b503
2 changed files with 38 additions and 2066 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,6 @@
font-weight: 400; font-weight: 400;
} }
@each $name, $icon in $fa-brand-icons { @each $name, $icon in $fa-icons-custom {
.#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); } .#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); }
} }