Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature Request] Support inline color for nested css variable #14

Open
percy507 opened this issue Mar 30, 2022 · 0 comments · May be fixed by #90
Open

[Feature Request] Support inline color for nested css variable #14

percy507 opened this issue Mar 30, 2022 · 0 comments · May be fixed by #90

Comments

@percy507
Copy link

percy507 commented Mar 30, 2022

Thanks for your awesome plugin. It really helpful when using css variables for color pattern.

In my project, I use nested css variable for using the defined base colors. It will be great if this plugin can support inline color for nested css variable.

:root {
  --color1: red;
  --color2: var(--color1);
  --color3: var(--color2);
}

image

@andrewda andrewda linked a pull request Jun 26, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant