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

How to install Bourbon on windows?

I'm currently watching http://teamtreehouse.com/library/sass-basics/speeding-up-workflow-with-sass/working-with-sass-libraries-2 and I'd like to install Bourbon on my pc but the video doesn't show how to install on pc so I looked on bourbon.io and there isn't anything on there either. Does anybody know how?

3 Answers

Instructions here to install link

I can't see any windows install info?

You will need Ruby installed. Then from command line do the following

    gem install bourbon

Then to use in a project, navigate to that folder and do the following command

    bourbon install

That's it.

Thankyou I thought I'd already installed Ruby but after running the installer again cmd changed to "Start command prompt with Ruby" and then everything worked! Thanks again

Anytime!