css-less-scssfeature-requesthelp wanted
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
Currently the color picker offers colors in (legacy):
- rgba(r, g, b, a)
- hsla(h, s, l, a)
- #rrggbbaa
and are not configurable. company rules or personal preference might require other formats for instance (modern)
- rgb(r g b / a)
- rgb(r g b)
- rgb(r, g, b) (legacy none transparent)
which, in css color module level 4 are all valid color definitions.
Settings
"editor.colorPickerLevel" : "legacy",
"editor.colorPickerPresentations" [
"rgb",
"rgb_modern"
]