fix: else
Some checks failed
Publish / publish (push) Failing after 28s

This commit is contained in:
Kat Inskip 2025-11-09 15:49:59 -08:00
parent b348bddfe5
commit a65449b7ea
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -40,7 +40,8 @@ $themes: (
a, a:#{$name} {
color: $color;
}
} else {
}
@else {
a:#{$name} {
color: $color;
@if $name == "hover" {