The "Shopper" theme made by https://shopperwp.io/themes/shopper needs some additional files (which are not presented in a release .zip archive) to make .scss compilation work in Koala.
Operating system: Ubuntu 18.04.3 LTS
- Unpack .zip archive, then
cd
into unpacked directory; npm init
, press Enter several times;npm install [email protected]
- In file
style.scss
replace line@import 'bourbon';
with@import 'bourbon/bourbon';
sudo gem install bourbon -v 4.3.4
bourbon install --path PATH_TO_THEME_ROOT