In order to use SASS for development, you just need to compile it into the CSS that Zendesk Guide understands. Note: Zendesk App Tools theme preview currently does not support live SASS compilation.
- Install Ruby, we use
sasscgem to compile our.scssfiles. You can see how to install Ruby here. - Install
sasscgem. You can run:
gem install sassc
Now you can compile your SASS files running:
./bin/compile.rb
Which will take all the scss files inside the styles/ folder and create the style.css file that is consumable by Zendesk Guide.
Be sure to increment the version number in the manifest.json file before pushing to Git.