Ecdar / Ecdar/Ecdar-GUI-Web

[Feature] Support the CSS relative color syntax

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
enhancement wontfix
Dominant language
TypeScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Suggestion
This would make the functionality mentioned in #40 and implemented in pull-request #89 even more powerful as one would be able to base colors on previously defined CSS variables.

An example of a use-case is:
`background: rgb(from var(--bg-color) r g b / 80%);`

_Find more information on:_
[CSS relativa color syntax - Chrome for Developers](https://developer.chrome.com/blog/css-relative-color-syntax/)
[CSS Color Module Level 5 - Latest W3C specification draft](https://www.w3.org/TR/css-color-5/#relative-colors)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.