Skip to content

Commit edac821

Browse files
committed
tailwind fix
1 parent e66cac5 commit edac821

File tree

2 files changed

+2
-106
lines changed

2 files changed

+2
-106
lines changed

assets/css/tailwind.css

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

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default defineNuxtConfig({
4848
},
4949
css: [
5050
join(currentDir, './assets/css/themes.css'),
51-
'~/assets/css/tailwind.css',
52-
//join(currentDir, './assets/css/tailwind.css'),
51+
//'~/assets/css/tailwind.css',
52+
join(currentDir, './www/assets/css/tailwind.css'),
5353
],
5454
content: {
5555
documentDriven: true,

0 commit comments

Comments
 (0)