update admin vendor libs

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-12-25 20:48:06 -07:00
parent 4631f81dbe
commit 81aa38283c
462 changed files with 68628 additions and 22311 deletions

View File

@@ -51,7 +51,7 @@ class ScssCompiler
public function compile(string $input_file, string $output_file)
{
$input = file_get_contents($input_file);
$output = $this->compiler()->compile($input);
$output = $this->compiler()->compileString($input)->getCss();
file_put_contents($output_file, $output);
return $this;
}