From f15c5d7c67c379da51603e51af806061f3724481 Mon Sep 17 00:00:00 2001 From: matttdawson <89495499+matttdawson@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:53:31 +1300 Subject: [PATCH] fix: relative url in css (#529) --- src/styles/GridTheme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/GridTheme.scss b/src/styles/GridTheme.scss index ca0f07e3..38463746 100644 --- a/src/styles/GridTheme.scss +++ b/src/styles/GridTheme.scss @@ -1,4 +1,4 @@ -@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui; +@use "@linzjs/lui/dist/scss/Core" as lui; @use "ag-grid-community/styles" as ag; // ag-grid likes to add 1px to this, so we subtract to compensate