Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Sass Basics (retired) Speeding up Workflow with Sass Creating a Color Palette

Jaime Borschuk
Jaime Borschuk
6,112 Points

broken?

I think this code challenge might be broken. I got 1 and 2 correct, and then at #3 it tells me I have the wrong response but I'm pretty sure I don't. Then it tells me "oops, now #1 is wrong too." As if it is retroactively wrong, then has me start over. Then the same process repeats. Not sure how to move past it.

I can't help you much without context to what you're asking. If it's a code challenge, you can break an answer to an earlier challenge if you do something incorrectly on a future challenge. In other words, yes you can break #1 if you did #3 wrong.

3 Answers

Jaime Borschuk
Jaime Borschuk
6,112 Points

Hi All, I got it now. Thanks for the quick responses! I had entered the following code and it wouldn't pass me the first time, but I refreshed and it worked.

$complement: complement(red);

a { color: lighten(red, 5%); background: desaturate($complement, 10%); }

Hi Jaime - Can you please post the question as well as the code you are using?

Jaime Borschuk
Jaime Borschuk
6,112 Points

This was for the SASS>Creating A Color Palette quiz. Got stuck on question 3 of 3.