mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* Set up Tailwind v4 npx @tailwindcss/upgrade 1 ↵ ≈ tailwindcss v4.1.13 │ Searching for CSS files in the current directory and its subdirectories… │ Migrating stylesheets… │ ↳ Migrated stylesheet: `./src/index.css` │ Updating dependencies… │ ↳ Updated package: `tailwindcss` │ ↳ Updated package: `@tailwindcss/vite` │ Migrating templates… │ ↳ Migrated templates for: `./src/index.css` │ Verify the changes and commit them to your repository. * Migrate HeroUITooltip to radix-ui shadcn components * import main.css * Update e2e test text * clean up * Update mode switch test * Fix auto approve modal z-index number * Unify styles with theme * fix spacing and sizes * update logo id * Fix e2e test * Clean up * npm install tailwindcss @tailwindcss/vite * npx @tailwindcss/upgrade ≈ tailwindcss v4.1.14 │ ↳ Upgrading from Tailwind CSS `v4.1.14` │ Searching for CSS files in the current directory and its subdirectories… │ Migrating stylesheets… │ ↳ Migrated stylesheet: `./webview-ui/src/index.css` │ Updating dependencies… │ ↳ Updated package: `tailwindcss` │ ↳ Updated package: `@tailwindcss/vite` │ Migrating templates… │ ↳ Migrated templates for: `./webview-ui/src/index.css` │ Verify the changes and commit them to your repository. * clean up * clean up * Remove DRY code and update descriptionForeground class name * Update TaskHeader classnames * unify font size * clean up * update test with clear test id * size * Fix tooltip trigger in settings * Apply feedback - hide arrow for autoapprove menu * Align chat toolbox icon stylings * update data-testid * set * CheckpointError * feat: arrow alignment issues * text-wrap tooltip * feat: mcp tooltip arrow fix --------- Co-authored-by: Jose R. Perez <trupix@gmail.com>
20 lines
214 B
JSON
20 lines
214 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|