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 trialPascalle Ballard
1,072 PointsWhere is the Compass video mentioned in this video? It doesn't come up in the library.
really would like to see a compass tutorial!
5 Answers
Chris Shaw
26,676 PointsHi Pascalle Ballard,
Compass was deprecated by Chris Eppstein (who was the leader developer) 7 months ago; it's recommended you stick with vanilla Sass even if Treehouse courses do mention it as the relevance of Sass is much greater than Compass now. The good thing is front-end tools such as Gulp and Grunt have the ability to fill in some of the gaps, not everything can be replaced 1:1, but a good chunk of the techniques used in Compass are no longer relevant to modern web practices.
What do I mean by modern web practices?
One of the most used features in Compass was its spriting engine, while awesome at the time, spriting has become an almost dead technique compared to using SVG's and icon fonts. Otherwise helpful features included its Cross Browser Helpers which Autoprefixer now takes care of by prefixing properties based requirements you set rather than Compass assuming a support level.
All that said, keeping your Sass simple is better than over complicating it which Compass did.
Hope that helps.
Mike Wagner
23,559 PointsIt's probably referring to the Compass Basics series that is linked to in the Teacher's Notes below the video. That series is a bit dated and, I'm guessing, possibly going to be a part of the upcoming refresh of Sass Basics which is meant to be out this month (though you shouldn't quote me on that, it's just a guess). While you can't get the videos using the link in the notes, they still do exist for now. Here is a link to the first video in the series, which I found with a quick Google search. You can access the other videos by clicking progress links at the top of the video frame. Even the quiz will work still, but the last link (for the challenge) appears to have been taken down.
Pascalle Ballard
1,072 PointsThank you! Both these answers were wildly helpful :)
Michal Janek
Front End Web Development Techdegree Graduate 30,654 PointsWhat about Bourbon - still usable nowadays?
Kresimir Fijacko
6,025 Pointscan we still get access or just link to download videos? i am having trouble remembering some things that i used in one project.
?
rays0
16,293 Pointsrays0
16,293 PointsThanks for the explanation. I was also curious about the missing course.