From eb09ebd4ecabeef86877c48b5d646337919a9843 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 19 Nov 2020 13:55:00 +0100 Subject: [PATCH] css: Define `@iplWebAssets` and export it --- public/css/common.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/common.less b/public/css/common.less index 2385fe02..6ca9e7e8 100644 --- a/public/css/common.less +++ b/public/css/common.less @@ -1,5 +1,9 @@ /* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */ +@exports: { + @iplWebAssets: "../lib/icinga/ipl"; +}; + & > .content.full-width { padding-left: 0; padding-right: 0;