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 CSS Resets

Ken Wilson
Ken Wilson
7,885 Points

This will not compile

This makes no sense to import from folders that are not in the sample. compass/reset/utilities does not exist so where is this pulling from? I am using a preprocessor since I can't use Terminal (permission are broken). When I try to compile it says...file to import not found or unreadable: compass/reset/utilities

1 Answer

That would be importing from an installed module (or a sub-module of that module).

Do you mean you're using an installed application with a graphical user interface to compile the Sass? Check the documentation for that application to see if it explains how to use modules or plugins.