N°7021 - Fix error log and useless compilation time due to SCSS file unnecessary compilation #579

This commit is contained in:
jf-cbd
2023-12-13 09:21:26 +01:00
committed by GitHub
parent fc2be85c95
commit 17d131a9b1

View File

@@ -242,13 +242,6 @@ JS
// TODO 3.0.0: Reuse theming mechanism for Full Moon
$sCssThemeUrl = ThemeHandler::GetCurrentThemeUrl();
$this->add_linked_stylesheet($sCssThemeUrl);
$sCssRelPath = utils::GetCSSFromSASS(
'css/backoffice/main.scss',
array(
APPROOT.'css/backoffice/',
)
);
}
protected function GetReadyScriptsStartedTrigger(): ?string