Hi whenever I try to customize my Shopify theme an error saying:
The following error was found in assets/sectionhub.scss.liquid
Invalid CSS after " font-family: ": expected expression (e.g. 1px, bold), was “;” at 237 appears.
I had a look at it but everything looks fine to me; here I leave you the css code.
}
font-family: {{ settings.sh_paragraph_family.family }};
font-weight: {{ settings.sh_paragraph_family.weight }};
font-style: {{ settings.sh_paragraph_family.style }};
color: {{ settings.sh_paragraph_color }};
font-size: {{ settings.sh_paragraph_font_size }}px;
line-height: {{ settings.sh_paragraph_line_height }};
h1,h2,h3,h4,h5,h6 {
@include sh_initial;
@include sh_inherit;
font-family: {{ settings.sh_header_family.family }};
font-weight: {{ settings.sh_header_family.weight }};
font-style: {{ settings.sh_header_family.style }};
color: {{ settings.sh_header_color }};
font-size: {{ settings.sh_header_font_size }}px;
line-height: {{ settings.sh_header_line_height }};
}
Do you have any suggestions?
Thanks in advance for your support