Rename Leafo\ScssPhp to ScssPhp\ScssPhp

This commit is contained in:
Kijin Sung 2020-04-08 00:11:50 +09:00
parent 7fe640bb47
commit 10ef0dd33d

View file

@ -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)
{