How can I resolve a custom.scss.liquid error in my code?

Anyone who knows how to fix this error?

I tried to put this code and and error occurs


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


/* – Responsive video embed – /
.responsive-video {
padding-bottom: 56.25%; /
for 16:9 ratio */
padding-top: 25px;
position: relative;
height: 0;
}
.responsive-video iframe

@WilDrew10

Hey, this is just a warning that this (SCSS) functionality is deprecated by themes. So what you have to do that rename your file to CSS.

e.g

Rename your “gift-card.scss.liquid” to “gift-card.css”.

Hope this helps.