From 87d81f98e9d3efef48c3e51aed7fc7279f5f0559 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Thu, 19 Jun 2025 14:49:27 +0200 Subject: [PATCH] Remove duplicate import and switch to css @use --- src/Vegasco-Web/src/styles.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Vegasco-Web/src/styles.scss b/src/Vegasco-Web/src/styles.scss index 18fb1cc..8064e90 100644 --- a/src/Vegasco-Web/src/styles.scss +++ b/src/Vegasco-Web/src/styles.scss @@ -1,5 +1,4 @@ -@import "tailwindcss"; -@import "tailwindcss"; +@use "tailwindcss"; @plugin "tailwindcss-primeui"; html,