在简书上看到某位博主写的教程,顾再此记录一下
转至:https://www.jianshu.com/p/226c8c86003b
STEP 1
cd /usr/local/lib/
sudo git clone https://github.com/sass/sassc.git --branch 3.4.2 --depth 1
sudo git clone https://github.com/sass/libsass.git --branch 3.4-stable --depth 1
sudo git clone https://github.com/sass/sass-spec.git --depth=1
STEP 2
echo 'SASS_LIBSASS_PATH="/usr/local/lib/libsass"' | sudo tee -a /etc/environment
source /etc/environment
STEP 3
sudo make -C libsass
STEP 4
sudo make -C sassc
sudo make -C sassc install