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 Compass Basics Getting Started with Compass Getting Started with Compass

Marcel Sirois Martey
Marcel Sirois Martey
11,035 Points

Compass Challenge

The challenge states: use a mixin to give body a linear-gradient background. Make the start color #3d69b5 and the end color #1a335e. My code is:

body { @include background(linear-gradient(#3d69b5, #1a335e)); }

I'm getting the following message: Bummer! Invalid CSS after "body ": expected selector or at-rule, was "{"

Any ideas?

2 Answers

Hi Marcel,

That seems to be working for me.

Maybe refresh the challenge and try again.

Marcel Sirois Martey
Marcel Sirois Martey
11,035 Points

Thanks Jason! I tried it again, and it worked when I went through the whole challenge again from the beginning.