From e43b4e9dd622ab5325189e634550bf69167a0281 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 27 Apr 2026 09:25:28 +0200 Subject: [PATCH] css: Don't export `@iplWebAssets` anymore This variable is available since Icinga Web v2.9.0 (https://github.com/Icinga/icingaweb2/pull/4381) The `@exports` feature is not ported to ipl-web with https://github.com/Icinga/ipl-web/pull/365. --- public/css/common.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/css/common.less b/public/css/common.less index 1bb85b0d..1d223dc5 100644 --- a/public/css/common.less +++ b/public/css/common.less @@ -1,10 +1,6 @@ // SPDX-FileCopyrightText: 2019 Icinga GmbH // SPDX-License-Identifier: GPL-3.0-or-later -@exports: { - @iplWebAssets: "../lib/icinga/icinga-php-library"; -}; - & > .content.full-height { padding-top: 0; padding-bottom: 0;