-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
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));
CloudPower97, ManBearTM, tylersticka, JohaWeber, Grawl and 4 more