I added this rule to .bb3 but it doesn’t work…
background: repeating-linear-gradient(
90deg,
var(–building-color3),
var(–building-color3),
var(–window-color3) 15%,
);
Hi there and welcome to our community!
If you need help with a specific challenge, it’s best to click on the Help icon, which appears after you have submitted incorrect code three times.
This will create a forum post which automatically includes your full code, a direct link to the challenge and an opportunity for you to describe the issue in your own words.
Welcome to the community.
I suggest removing the comma after the last color 15%
See if that works for you.
Happy coding! ![]()