How to convert theme.scss files to theme.css in Shopify themes?

+1 , please help.
I get this error while trying to migrate/convert the .scss file to .css

Compilation Error
Error: Invalid CSS after " $color-text:": expected 1 selector or at-rule, was “{{ settings.color_t”
on line 338 of sass/Users/********/Desktop/css/theme.scss

$color-text: {{ settings.color_text }};

is there an ‘easy’ way for shop owners to fix this?