Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS I've installed SASS and Ruby… now what? Reply To: I've installed SASS and Ruby… now what?

#155445
Josh
Participant

That will watch only within the directory that command is run within, I believe.

Compass is a timesaver, for sure, in that it provides a number of handy mixins out of the box. I use it for things like color functions and border-radius all the time. Compass is installed per project, and must be included in your style.scss file like so: @import "compass";

You certainly can use Sublime Text. From the vibes I’m getting on your level of comfort with this, I would recommend a GUI. If you’re on a Mac, I highly recommend CodeKit. If Windows, Prepros is pretty awesome.