vscode-css-variables
vscode-css-variables copied to clipboard
Adds extra hyphens when starting by typing hyphens
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!
I have the same issue, when I disable this extension the problem goes away.
same here, typing --
or inside var it adds one hypen too many