This is an automated email from the ASF dual-hosted git repository.
krishvishal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 9a0f799b7 fix(web): use explicit css import to support latest vite
build (#3502)
9a0f799b7 is described below
commit 9a0f799b7becafb919e937ad12a35044b9edcb33
Author: T1B0 <[email protected]>
AuthorDate: Tue Jun 16 22:47:23 2026 +0200
fix(web): use explicit css import to support latest vite build (#3502)
Co-authored-by: T1B0 <[email protected]>
---
web/src/styles/app.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/styles/app.css b/web/src/styles/app.css
index f6be85291..3a401e479 100644
--- a/web/src/styles/app.css
+++ b/web/src/styles/app.css
@@ -20,7 +20,7 @@
@import url('./tooltip.css') layer(base);
@import url('./variables.css') layer(base);
-@import 'tailwindcss';
+@import 'tailwindcss/index.css';
@custom-variant dark (&:is(.dark *));