diff --git a/cache/cache_css.php b/cache/cache_css.php index 5c80e57..7bb01b9 100644 --- a/cache/cache_css.php +++ b/cache/cache_css.php @@ -72,7 +72,7 @@ class cache_css { $tmp = explode(".", $path); //rediculus if(strtolower(end($tmp)) == 'scss'){ // Compile SCSS - $minifier->add($sccs->compile(file_get_contents($path))); + $minifier->add($sccs->compileString(file_get_contents($path))->getCss()); } else { // Normal CSS $minifier->add($path); diff --git a/lib/scssphp b/lib/scssphp index 3d82959..d48b252 160000 --- a/lib/scssphp +++ b/lib/scssphp @@ -1 +1 @@ -Subproject commit 3d829591ea59eb1fbc92844b88659d921484f12a +Subproject commit d48b252986b739c190ce5b569cf375cb9fd6f81c