submit that code it gives that error repeating-linear-gradient with a first color of --building-color4 from 0% to 10%.
.fb1c {
width: 100%;
height: 80%;
background:
repeating-linear-gradient(
90deg,
var(–building-color4),
var(–building-color4) 10%,
transparent 10%,
transparent 15%
),
repeating-linear-gradient(
90deg,
var(–building-color4) 0%,
var(–building-color4) 10%,
transparent 10%,
transparent 20%
);
}
hi, i am completely stuck, this are the code i think they are correct after i gave it repeatedly try,
.fb1c {
width: 100%;
height: 80%;
background:
repeating-linear-gradient(
90deg,
var(–building-color4),
var(–building-color4) 10%,
transparent 10%,
transparent 15%
),
repeating-linear-gradient(
90deg,
var(–building-color4) 0%,
var(–building-color4) 10%,
var(–window-color4) 10%,
var(–window-color4) 90%
);
} but still giving me the same error
is the angle not 90deg for both gradient? this error (You should add a repeating-linear-gradient with a first color of --building-color4 from 0% to 10%) keep appearing even after you said the color looks good