Skip to content

Issues with CSS variables #7

Description

@davshoward

Hi there,

Great plugin, but it doesn't seem to work with CSS variables.

// Works
background: linear-gradient(to right, green, ease, red);

// Fails
:root {
--red: red;
--green: green;
}

background: linear-gradient(to right, var(--green), ease, var(--red));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions