Forums

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

Home Forums Other Installing Sass Question Help Reply To: Installing Sass Question Help

#156905
Alen
Participant

In your terminal type:

gem list

scroll the list and see if sass is installed. If not do:

gem install sass

Let us know if any errors appear before we proceed to how to use it.