diff --git a/common/framework/formatter.php b/common/framework/formatter.php index eaf157d77..466347395 100644 --- a/common/framework/formatter.php +++ b/common/framework/formatter.php @@ -223,8 +223,8 @@ class Formatter // Compile! try { - $scss_compiler = new \Leafo\ScssPhp\Compiler; - $scss_compiler->setFormatter($minify ? '\Leafo\ScssPhp\Formatter\Crunched' : '\Leafo\ScssPhp\Formatter\Expanded'); + $scss_compiler = new \ScssPhp\ScssPhp\Compiler; + $scss_compiler->setFormatter($minify ? '\ScssPhp\ScssPhp\Formatter\Crunched' : '\ScssPhp\ScssPhp\Formatter\Expanded'); $scss_compiler->setImportPaths(array(dirname(is_array($source_filename) ? array_first($source_filename) : $source_filename))); if ($variables) {