Open
Description
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);
}
Metadata
Metadata
Assignees
Labels
No labels