Sass

From GLMWiki
Revision as of 11:00, 27 September 2017 by Kc8wxm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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