@FG10 i’ve just converted the string ’ {{ ‘theme.scss.css’ | asset_url | stylesheet_tag }} ’ into ’ {{ ‘theme.css’ | asset_url | stylesheet_tag }} ’ so it will point on the new file.
Do you think it works anyway? It seems to work…
and please note that this string must be edited in many liquid files, like password.liquid and so on, because many things use to work with the old theme.scss…
I’m just searching for ‘scss’ in any files and editing them