Question about .css.liquid

Hi all,

Our developer has gone out of business and while we’re looking for a new one I need to make a small CSS change. I can usually get by with this stuff but can’t figure it out. Our main CSS file is called theme.css. In the code editor it’s locked because it says it’s generated from theme.css.liquid. However, if I make the change I need to make to theme.css.liquid, theme.css doesn’t update to reflect the change.

What am I doing wrong? Thanks in advance.

Based on what you say, this should work.
Unless there are some errors in code, I guess, but if i remember properly this resulted in empty or no file generated…

Anyway – just tested on one of my ancient themes which has theme.scss.liquid and it properly updated the theme.scss.css on the frontend.

Check in incognito mode and clear cache maybe?

Thanks @tim_tairli, now working!