Skip to content

Getting Started

Russell Hite edited this page May 26, 2017 · 3 revisions

Because we use the pre-processor Sass to organize our CSS code there are a few more tools you'll need to install in order to edit and use the files.

Sass Compiler Koala

In order to convert all those pieces back into CSS that your app can use, you also need a compiler. We recommend using Koala. You will need Koala to compile the updates you make in the sass code to be compiled into css the browser can read. We find that version 2.0.4 works best for Mendix. http://koala-app.com/

Text Editor

Due to the multi-file nature of Sass we recommend you use a text editor like brackets, which allow you to see your folder structure. http://brackets.io/

Clone this wiki locally