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 trialMisty Majewski
5,276 PointsLearning Sass
I was wondering if there was a beginner lesson for Sass. I am so lost at only 15 seconds.. I think I downloaded ruby.. Have no clue what or where a command line is.. I really need step by step instructions. I looked at the teachers notes, but it doesn't tell me what to do.. Am I using Ruby instead of my text editor??? Thanks...
11 Answers
Callum King
6,470 PointsHave you 100% installed Ruby? http://www.impressivewebs.com/sass-on-windows/
Callum King
6,470 PointsDid you follow the steps in this link Install Sass
Misty Majewski
5,276 PointsI clicked on the Ruby Installer?? Then downloaded it..
Callum King
6,470 PointsAre you on Mac or Windows computer?
Misty Majewski
5,276 PointsI am on a windows.. I just read a little more.. Can't find this "utilities" folder that I am suppose to have?
Callum King
6,470 PointsOn windows got to Start > Accessories and then open the Command Prompt? The utilises method is for Mac.
Misty Majewski
5,276 PointsOk, found it.. Doesn't look anything like the tutorial.. Typed in gem install sass and then tried sudo gem install sass. Says that gem and sudo are not recongized??
Eddie Solar
20,455 PointsOn Windows, go to the Start menu and in the run field box enter cmd... Once the command prompt is running, typein "gem install sass"... To verify that it was installed, type "sass -v" into the command prompt... Below are a some links that could help:
http://thesassway.com/beginner/getting-started-with-sass-and-compass
Misty Majewski
5,276 PointsWOW, I think it actually installed. This time said successfully installed sass. I had to uninstall and re-install ruby because I clicked on all the boxes below it.. The middle was the only one that was suppose to be clicked.. Thank you sooooo much..
Misty Majewski
5,276 PointsI did try to open the Sass-3.3.2.gem.. The computer said I couldn't open the file.. So I am now really really lost..