Skip to content

Commit 2c25002

Browse files
1 parent a4995ae commit 2c25002

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

assets/css/main.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export default defineNuxtConfig({
2323
track: ['src']
2424
}
2525
}
26-
})
26+
})

tailwind.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { Config } from 'tailwindcss'
2+
3+
export default {
4+
content: [],
5+
theme: {
6+
extend: {},
7+
},
8+
plugins: [],
9+
} satisfies Config
10+

0 commit comments

Comments
 (0)