Microsoft/vscode

[css] Lab colors and other CSS Color Module Level 4 features

Open

#43.111 geöffnet am 7. Feb. 2018

Auf GitHub ansehen
 (8 Kommentare) (18 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
css-less-scssfeature-requesthelp wantedverified

Repository-Metriken

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

Beschreibung

See the CSS Color Module Level 4 specification.

While the specification is still a draft and browsers don't support these features yet, there already exists a PostCSS plugin that (partially) implements them, so it's actually already possible to use at least a part of them.

.example {
	background-color: lab(33 43 -47);
	box-shadow: 0 0 20px lch(54 107 41 / 10%);
}

Would be nice to get previews for those colors in VS Code like it's shown for rgb/rgba/hsl colors.

Contributor Guide