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({