mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Rename Leafo\ScssPhp to ScssPhp\ScssPhp
This commit is contained in:
parent
7fe640bb47
commit
10ef0dd33d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue