Hi, I’ve been working on my first EE project and i’m using EE Core 2.6.1 and i’ve run into a bug in the css parsing.
When i use {theme_folder_url} it isn’t converted on other templates when linked via {stylesheet="styles/main"}
It is parsed if you click “View Rendered Template” however if you refresh that page it reverts to normal.
{site_url} works just fine so it’s obviously being parsed through the template parser however it doesn’t want to change this.
Is there a way to fix this bug?