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 Compass Layout and Typography Compass Layout

Is there something wrong with the site? I've seen this question answered in the forum and I'm sure my code is correct???

/* Write your SCSS code below. */

// Imports
@import "compass/css3";
@import "compass/utilities"


// Variables


// Page Styles
.main-nav {
  @include horizontal-list(5px, left);
}

1 Answer

Erik McClintock
Erik McClintock
45,783 Points

Michael,

It looks like you're missing the semi-colon at the end of your second import. Try adding that and see if it passes!

Erik

...can't even believe it. Thank you Erik!