From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- library/Icinga/Less/LightModeVisitor.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 library/Icinga/Less/LightModeVisitor.php (limited to 'library/Icinga/Less/LightModeVisitor.php') diff --git a/library/Icinga/Less/LightModeVisitor.php b/library/Icinga/Less/LightModeVisitor.php new file mode 100644 index 0000000..35758b4 --- /dev/null +++ b/library/Icinga/Less/LightModeVisitor.php @@ -0,0 +1,26 @@ +setLightMode($this->getLightMode()); + } + + public function run($node) + { + return $this->visitObj($node); + } +} -- cgit v1.2.3