require_once "scssphp/scss.inc.php"; use ScssPhpScssPhpCompiler; $compiler = new Compiler(); echo $compiler->compileString(' $color: #abc; div { color: lighten($color, 20%); } ')->getCss();