diff --git a/nuxt.config.ts b/nuxt.config.ts index 6afc6131..d153f175 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -29,9 +29,6 @@ export default defineNuxtConfig({ colorMode: { classSuffix: '', }, - tailwindcss: { - cssPath: join(currentDir, './assets/css/tailwind.css'), - }, css: [ join(currentDir, './assets/css/themes.css'), ], diff --git a/package.json b/package.json index 16e386e5..161da97e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "author": "Tony Zhang ", "license": "MIT", "homepage": "https://shadcn-docs.nuxt.dev/",