Skip to content

Commit 5e5128f

Browse files
Run prettier
1 parent 85be618 commit 5e5128f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playgrounds/nuxt/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import 'tailwindcss'
1+
@import 'tailwindcss';

playgrounds/nuxt/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export default defineNuxtConfig({
99
css: ['~/assets/css/main.css'],
1010
devtools: { enabled: true },
1111
compatibilityDate: '2024-08-30',
12-
})
12+
})

playgrounds/nuxt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
// https://nuxt.com/docs/guide/concepts/typescript
3-
"extends": "./.nuxt/tsconfig.json"
3+
"extends": "./.nuxt/tsconfig.json",
44
}

0 commit comments

Comments
 (0)