Hi! I’ve noticed that if you start to type a css var, like var(- and the extension starts working, once you select a variable to auto-complete, it’ll add two more hyphens, resulting in invalid css: var(---myVariable). Is it possible to detect this and simply add as many needed to have valid css? Thanks!
Hi! I’ve noticed that if you start to type a css var, like
var(-
and the extension starts working, once you select a variable to auto-complete, it’ll add two more hyphens, resulting in invalid css:var(---myVariable)
. Is it possible to detect this and simply add as many needed to have valid css? Thanks!