ElementalCSS uses Gulp to build the CSS styles from the SCSS source files.
You can install Gulp and the required packages with npm. Pull the Git repository content into your local environment and then run npm install
.
Everything happens in a single Gulp task.
gulp build
This task will generate the CSS, and minified CSS for all of the different files.