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 Improve Your Workflow with Sass Use the Ampersand to Reference Parent Selectors

Sass basics course - Need help on an error message I am getting in the workspace console

Hi, I am on section "Use the Ampersand to Reference Parent Selectors" - When working through this video I type in the console sass --watch scss.css and I get an error message:

error scss.css (Line 36: Inconsistent used for indentation, but the rest of the 8 spaces.)

This error message does not save any changes I make on the scss and css files. What I have tried is to download the project files for the start of this video to see if this helps as I may have made an error in my code. However I still get the same error.

Any help would be appreciated. If more info is required please let me know/

Thanks

Hi It's ok I found the mistake I made. In the console I entered sass --watch scss.css instead of sass --watch scss:css

Thanks