Hello everyone !
Recently I passed my scss theme to css with a compilation (gulp) and therefore stored my liquid variables in a snippet called “css-variable.liquid”.
In this snippet, the variables are stated in “:root”.
These variables are therefore linked to any liquid applied for css, in the “settings_schema.json” file.
When some parameters are changed in the editor (like a color, or a check mark), everything reloads correctly.
But for some other parameters, the reload just doesn’t happen, and I have to refresh the editor for it to take effect.
Could you tell me how to make sure that all liquid in this snippet is reloaded every time a parameter that has an impact on this snippet is changed?
If you need more information, don’t hesitate to ask, thank you in advance!