Microsoft/vscode

[css] Color picker for css variables

Open

#126.733 geöffnet am 19. Juni 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
css-less-scssfeature-requesthelp wanted

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Currently vs code color picker doesn't display color picker on hover for a color picker where css variable is used. E.g.

color: hsl(0, 0%, 0%)

^Works

But,

--hue-color: 250
color: hsl(var(--hue-color), 0%, 0%)

^Doesn't work.

Is there a way to make it work? If the feature is not implemented is there any challenge to do so. I am currently looking at the code how this can be implemented but if some can direct me where to start would be great.

Contributor Guide