How to compile CSS from SCSS?

In International FMS, we are using SCSS (Sass) to code style, therefore we need to compile it to css for website and using Koala software to do. (If you code by VS software, please ignore this guiding)

Step 1: Download and install Koala

Download Koala on koala-app.com and install it

Step 2:

Add International FMS project to Koala by drag or add folder (Plus button): [International FMS source code folder] \themes\malaysia\scss

Add SCSS folder

Set output path: style.scss => \themes\malaysia\css\styles.css, style_page.scss => \themes\malaysia\css\style_page.css

Compile the changed scss file to css (you can set checked to AutoCompile to compile any changes automatically