mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(templates): unshift css
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user