CSS PREprocessors

Compile

Compiling preprocessor code to CSS can be done with GUI programs, online compilers, through the command line interface, or with the task runners Gulp and Grunt.

Convert Less/Sass/Stylus to CSS locally

     

Convert Less/Sass/Stylus to CSS online

Command-line preprocessor compilers

All preprocessors allow for CLI compilation, see the how-to for:

Gulp compilation

Integrate a preprocessor's compilation as a task in Gulp:

Grunt compilation

Integrate a preprocessor's compilation as a task in Grunt: