Skip to content

Commit 57b9dde

Browse files
committed
fix: linting
1 parent 508ef15 commit 57b9dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/components/_card.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.card-link {
2929
&:hover {
30-
text-decoration: if($link-hover-decoration ==underline, none, null);
30+
text-decoration: if($link-hover-decoration == underline, none, null);
3131
}
3232

3333
+ .card-link {

0 commit comments

Comments
 (0)