From 25f13e6113d44e0b9c65b6a9ddea7e8543835035 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 6 Jan 2021 14:33:20 +0100 Subject: [PATCH] Update use of scssphp Setting output formatters is deprecated as of scssphp/scssphp 1.4. --- .../install/files/lib/system/style/StyleCompiler.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php index 25bff71e82..6d4ede680f 100644 --- a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php @@ -1,7 +1,7 @@ compiler->setFormatter(CrunchedFormatter::class); + $this->compiler->setOutputStyle(OutputStyle::COMPRESSED); $content = $this->compiler->compile($scss); } catch (\Exception $e) { -- 2.20.1