From b0d0d926abc7ce9594afc9472ddc56eb47dbf1a0 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 17 Mar 2025 18:24:14 +0100 Subject: [PATCH] chore(colors): put back `tagPriority` Partial revert of #3589 --- src/runtime/plugins/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/plugins/colors.ts b/src/runtime/plugins/colors.ts index a7021205..c735a7fd 100644 --- a/src/runtime/plugins/colors.ts +++ b/src/runtime/plugins/colors.ts @@ -37,7 +37,7 @@ export default defineNuxtPlugin(() => { const headData: UseHeadInput = { style: [{ innerHTML: () => root.value, - tagPriority: 'critical', + tagPriority: -2, id: 'nuxt-ui-colors' }] }