We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508ef15 commit 57b9ddeCopy full SHA for 57b9dde
src/scss/components/_card.scss
@@ -27,7 +27,7 @@
27
28
.card-link {
29
&:hover {
30
- text-decoration: if($link-hover-decoration ==underline, none, null);
+ text-decoration: if($link-hover-decoration == underline, none, null);
31
}
32
33
+ .card-link {
0 commit comments