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

Development Tools

Why did a youtuber explain sass better than the creator??

I learned to use Sass from youtube. I've already used it in two of my projects and love it. I have a paid account with treehouse and figured since the instructor CREATED Sass this would be an exhaustive look at Sass and likely the best resource.

Starting from the installation process, why was it so complicated? All you have to do is create 2 files ex. styles.scss and styles.css, then in terminal go to where ever that file is stored and [ sass --watch styles.scss:styles.css ] and viola. Sweet and simple. As you make changes in your .scss file your .css will automatically update.

Then modernizr, I understand the benefits but strictly speaking why is it here and so early on?

disappointed