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 Sass Basics (retired) Advanced Sass Concepts Interpolation and if/else Loops

I have understood everything in the web design track, but

why does the Sass section seem like he is talking to people who have been writing css for years instead of a month just on this site? He doesn't explain what the ...equation is he is typing. For example: this is a variable, this is a function, you need () for this purpose. He just types and says this does this without showing the browser which would help a lot. IDK how to read the "matrix" yet.

3 Answers

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Brigitt;

Sass can indeed be a lot to take in. Treehouse does market Sass Basics as an intermediate level course which generally assumes a base level of knowledge.

One thing that I found, and still find, incredibly helpful when "playing around" with Sass is using SassMeister.Com. It automagically converts Sass into CSS in the browser and then allows you to see the HTML and preview all in one step. I find it very useful to do functions, equations, etc. as I can immediately see what is happening. There are automated ways to do that in a local environment as well, but I still like SassMeister.

Just my two cents...

Happy coding,

Ken

jason chan
jason chan
31,009 Points

Sass is actually for programmers. You should take a beginner course in javascript here or python. But since your doing the designer route. Javascript. You'll understand if, then, loop, variables and such.

Thanks!