mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore(vscode-ide-companion): refactor directory structure
This commit is contained in:
@@ -7,11 +7,7 @@
|
||||
/* eslint-env node */
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
// Progressive adoption strategy: Only scan newly created Tailwind components
|
||||
'./src/webview/**/**/*.{js,jsx,ts,tsx}',
|
||||
'./src/webview/components/ui/CheckboxDisplay.tsx',
|
||||
],
|
||||
content: ['./src/webview/**/**/*.{js,jsx,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
keyframes: {
|
||||
|
||||
Reference in New Issue
Block a user