Skip to content

Commit

Permalink
docs: fix reproduction failing with latest tw4
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jan 30, 2025
1 parent 74e7dc0 commit 4c4440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codeeditor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function constructFiles(componentName: string, sources: Record<string, string>)
'vite': 'latest',
'@vitejs/plugin-vue': 'latest',
'vue-tsc': 'latest',
'tailwindcss': 'latest',
'tailwindcss': '^3.4.13',
'postcss': 'latest',
'autoprefixer': 'latest',
}
Expand Down

0 comments on commit 4c4440e

Please sign in to comment.