I'm getting this error while trying to edit some scss in theme.scss.liquid
Liquid syntax error (line 750): Variable '{{ "ico-select.svg" | asset_url }' was not properly terminated with regexp: /}}/
Here's the line 750 error:
/*================ SVG ================*/
$svg-select-icon: #{'{{ "ico-select.svg" | asset_url }
}
'};