Fix compiling styles with individual SCSS for dark mode
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Apr 2023 14:23:35 +0000 (16:23 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Apr 2023 14:23:35 +0000 (16:23 +0200)
commit63407e7e0681f28d25b5b08d560496e1c8b3f5d0
treeeb58ca6fd402c759666233f44a26076596d1d8ae
parent14db55719787ebb899153abd250c9aff449d8991
Fix compiling styles with individual SCSS for dark mode

The variable was not properly cleared after using including the contents within
the SCSS and then was attempted to be parsed as an SCSS value to provide it as
a SCSS variable.

Introduced in ba7168323f6632361b694d7eb2c09439902fe447.

Fixes #5398
wcfsetup/install/files/lib/system/style/StyleCompiler.class.php