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

[SOLVED] What is wrong with my Sass?

This is to a code challenge. For step number two. I am not sure what I am forgetting and or adding.

@mixin button ($color, $size) { background: $color; width: $size; height: $size / 2; }

.menu_button { @include button(50px); background-color: #369; }

2 Answers

I figured it out all by myself!

I take that back, it was to the first one. I still need help with number two.

Nope I figured it out!

Ken Alger
Ken Alger
Treehouse Teacher

Leon;

Isn't it great when we are able to do that?!?

I edited your post title to mark it [SOLVED].

Happy coding,

Ken

Thank you very much. I find Sass a little bit challenging.

Ken Alger
Ken Alger
Treehouse Teacher

Once you get into Sass, it is, in my opinion, really cool. Having worked with it for a while now I cannot imagine going back to coding straight CSS.

Best of luck,

Ken