From e1ab9031097d96f0459621c677e1522c49f9297d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Apr 2024 18:02:16 +0200 Subject: [PATCH] fix(templates): unshift css --- src/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates.ts b/src/templates.ts index 75520fcc..0edef1c1 100644 --- a/src/templates.ts +++ b/src/templates.ts @@ -176,7 +176,7 @@ export function addTemplates(options: ModuleOptions, nuxt: Nuxt) { ` }) - nuxt.options.css.push(template.dst) + nuxt.options.css.unshift(template.dst) for (const component in theme) { addTemplate({