Hi there,
on our project test.palimeovocie.sk we addedd this code to our element css:
$el {
–leftColor: #fd746c;
–rightColor: #292423;
background-image:
linear-gradient(
90deg,
var(–leftColor) 0%,
var(–leftColor) 50%,
var(–rightColor) 50%,
var(–rightColor) 50%
);
}
Unfortunetlly it doesnt work. What we wanted to do is to put a gradient color over image in background.
Thanks
Michael