Skip to content

Commit 7d78776

Browse files
committed
Converted wrong SCSS syntax to SASS
1 parent f590cd3 commit 7d78776

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

assets/css/4-modules/_video-card.sass

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
display: flex
1212
flex-direction: column
1313
justify-content: space-between
14-
transition: all 250ms;
14+
transition: all 250ms
1515

16-
&:hover {
17-
transform: translateY(-5px);
18-
}
16+
&:hover
17+
transform: translateY(-5px)
1918

2019
> a
2120
text-decoration: none

0 commit comments

Comments
 (0)