From 0359c12cea2aefa38fa24a20a587695bf75ffd92 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Dec 2020 15:23:58 +0800 Subject: [PATCH] Fix #6504 - scss output in assets --- Pman.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.php b/Pman.php index de79ee8..a1a6170 100644 --- a/Pman.php +++ b/Pman.php @@ -775,6 +775,8 @@ class Pman extends HTML_FlexyFramework_Page continue; } $this->outputCSSDir("Pman/$mod","*.css"); + $this->outputSCSS($mod); + } -- 2.39.2