From 2c30025ca1cf0063db9c79c30b30163f89f81cae Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 5 Sep 2024 10:37:50 +0200 Subject: [PATCH] chore(templates): `tailwind.css` eol indentation --- src/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates.ts b/src/templates.ts index 305346f7..db24b5b4 100644 --- a/src/templates.ts +++ b/src/templates.ts @@ -15,7 +15,7 @@ export function addTemplates(options: ModuleOptions, nuxt: Nuxt) { getContents: () => `@import "tailwindcss"; @import "#build/ui.css"; ${hasNuxtModule('@nuxt/content') ? '@source "../content/**/*.md";' : ''} - ` +` }) nuxt.options.css.unshift(template.dst)