vscode-css-variables icon indicating copy to clipboard operation
vscode-css-variables copied to clipboard

color representation for deeper variables

Open terragady opened this issue 9 months ago • 0 comments

Hi is it possible to have a color representation if I use nested variables? for example


:root {
--color: rgb(0,0,0);
--color-alias: var(--color);
}

and then when I am using --color i do have a color show but if i use --color-alias i do not get it. Is it possible to have it?

terragady avatar Mar 14 '25 15:03 terragady