Skip to content

Commit

Permalink
fix: rollback tailwind css path
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Jul 27, 2024
1 parent 1edad9d commit 9b096dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: '',
},
tailwindcss: {
cssPath: join(currentDir, './assets/css/tailwind.css'),
},
css: [
join(currentDir, './assets/css/themes.css'),
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.4.3",
"version": "0.4.4",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down

0 comments on commit 9b096dc

Please sign in to comment.