Installing Sass on Gentoo

Posted by iyrag on Stack Overflow See other posts from Stack Overflow or by iyrag
Published on 2012-11-11T16:58:08Z Indexed on 2012/11/11 16:59 UTC
Read the original article Hit count: 362

Filed under:
|
|
|

I've been trying to install Sass on Gentoo, but it hasn't been going too well. Unfortunately, the latest version of Sass in portage is 3.1.21. What I want to use Sass for requires at least Sass 3.2, which is available through rubygems.

What I've tried:

  • emerge dev-ruby/sass (installs an old version)
  • gem install sass

The second command appears to install the Sass gem. However, I do not use Rails or Ruby in any other aspect apart from Sass, so the gem appears useless to me. In addition, I do not know where gems are installed to or how to use them (I'm a ruby noob.) All I want to do is call sass from the command line.

Are there any ways to obtain an up-to-date version of Sass which I can just use from the command line?

Cheers.

© Stack Overflow or respective owner

Related posts about css

Related posts about ruby