-
Couldn't load subscription status.
- Fork 0
Closed
Description
Some example I cooked up:
a {
background: linear-gradient(
red,
10% blue,
20% green,100% yellow);
}
a.b
.c .d
.e .f {
color: green }Actual output
a {
background: linear-gradient(
red,
10% blue,
20% green,100% yellow);
}
a.b
.c .d
.e .f {
color: green;
}Expected output
a {
background: linear-gradient(red, 10% blue, 20% green,100% yellow);
}
a.b .c .d .e .f {
color: green;
}Metadata
Metadata
Assignees
Labels
No labels