Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 230 Bytes

libsass.md

File metadata and controls

12 lines (11 loc) · 230 Bytes

Libsass and SASS

mkdir -p /root/sass
cd /root/sass
git clone https://github.com/sass/libsass.git
git clone https://github.com/sass/sassc.git
export SASS_LIBSASS_PATH=/root/sass/libsass
cd /root/sass/sassc
make
cd /root