Sass

From GLMWiki
Jump to: navigation, search

To setup node-sass for some foundation 5 sites

npm -i -S node-sass request@2.81.0

Old stuff --

Add to your .bashrc file

export GEM_HOME=~/.gem
export GEM_PATH=~/.gem

install sass

gem install sass

check install

sass -v