In one of my projects I have a construction like that: ``` css background: "{{background}}"; ``` As you see, there is a handlebars variable. When I exes `:CSScomb` I get following result: ``` css background: "{{background;}}"; ``` Is it possible to fix this behavior?