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 Getting Started with Sass Introduction to Sass Review

Thomas Moore
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Thomas Moore
Front End Web Development Techdegree Graduate 25,371 Points

"Q: The command we use to install Ruby Sass is:"

I'm stuck on this question in the first quiz.

The other answers are relatively straightforward, but I've watched the two intro videos a couple of times but it doesn't look like Guil mentions what the answer to this question is.

"The command we use to install Ruby Sass is:"

dragos busuioc
dragos busuioc
24,908 Points

first you have to install ruby.Then if you are on Windows got to Command Prompt with Ruby and rails and write "gem install sass".If you use linux open an terminal and write "sudo gem install sass". Good luck.

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! This command is issued in the video through the console at 1:24 of this video. However, because it was already installed on workspaces he erased the command without executing it. But it was mentioned :smiley:

Hope this helps! :sparkles:

Juan Pino
Juan Pino
25,107 Points

The answer is "gem install sass"