From 6d1dd4eac5397a8342224d51eb44589fe63f0fa3 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 8 Jan 2026 07:35:56 +0700 Subject: [PATCH] fix: add @reference directive for Tailwind 4 scoped styles Add @reference 'tailwindcss' to components using @apply in scoped styles: - MainNavigation.vue - SubNavigation.vue - GlobalSearchBar.vue Required for Tailwind CSS 4 compatibility with scoped Vue styles. --- app/components/navigation/MainNavigation.vue | 2 ++ app/components/navigation/SubNavigation.vue | 2 ++ app/components/search/GlobalSearchBar.vue | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/components/navigation/MainNavigation.vue b/app/components/navigation/MainNavigation.vue index 02f1dc0..c255093 100644 --- a/app/components/navigation/MainNavigation.vue +++ b/app/components/navigation/MainNavigation.vue @@ -197,6 +197,8 @@ const isActiveTab = (key: string) => {