Following the instructions:

@import "sprites/DIRNAME";

.selector {
   @include sprite-DIRNAME-FILENAME;
}

I added this to my subtheme stylesheet
@import "sprites/horz";

And it generates the error: File to import not found or unreadable.

My subtheme /images directory is still in it's default state - and /horz has files in it.

Could there be an issue with the directory name file structure?

Comments

tsi’s picture

Status: Active » Closed (works as designed)

If your using 7.x-3.x with the Compass compiler, you don't need Sasson's sprites since Compass already include this functionality (This feature was created when we only had the php compiler which doesn't include it).
If this is not the case please re-open.