From: Alan Knowles Date: Wed, 16 Dec 2020 05:02:35 +0000 (+0800) Subject: Changed Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=0dc49d022f44305abd85a0376d34c9016ffb65ca Changed Pman.php --- diff --git a/Pman.php b/Pman.php index de79ee8..ff9226a 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("Pman/$mod/scss/$mod.scss"); + }