mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +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!
|
// Compile!
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$scss_compiler = new \Leafo\ScssPhp\Compiler;
|
$scss_compiler = new \ScssPhp\ScssPhp\Compiler;
|
||||||
$scss_compiler->setFormatter($minify ? '\Leafo\ScssPhp\Formatter\Crunched' : '\Leafo\ScssPhp\Formatter\Expanded');
|
$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)));
|
$scss_compiler->setImportPaths(array(dirname(is_array($source_filename) ? array_first($source_filename) : $source_filename)));
|
||||||
if ($variables)
|
if ($variables)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue