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

Challenge task 4 of 5 Compass Basics

Bummer! Compilation Error! error tmp/8a9df81a-e82d-48e6-8b90-dedbb5428c6f/sass/style.scss (Line 16: Undefined mixin 'single-transition'.) Preview Recheck work Help..... please

Logan R
Logan R
22,989 Points

Can you please paste in your code?

Try using proper mark-up by adding three ` before and after your code.

1 Answer

idan ben yair
idan ben yair
10,288 Points

Make sure you got the right syntax dont miss any semicolons :)

.main-logo{
    @include single-transition(transform, 0.6s);
        &:hover{
@include rotate(-25deg);
             }
}