Skip to content

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

Open
@percy507

Description

@percy507

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions