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

Wart Burggraaf
Wart Burggraaf
9,948 Points

Might be an error..

When starting this Challenge tasks at task #1, there is an error..I think. The standard lay-out includes: "body { }". When giving the right answer (@import "compass/css3" on top, it says there is a mistake with "body { }". So when I remove it, I can go to the next task. Then the problem appears again.

The only way to complete the task is by adding the code into body, which isn't right.

2 Answers

HI Wart,

Are you including that near the top and ending it with a semicolon?

Wart Burggraaf
Wart Burggraaf
9,948 Points

Hi Jason,

Thanks for replying.

I did include the semicolon.

To pass the assignment I have to import compass/css3 within the body tags. This isn't right, I should import it underneath //import.

Cheers

Right now the challenges seem to be having some communication problems.

I did pass a little while ago with the import statement in the //imports section.