mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
chore: add tailwindCSS class attributes to vscode settings
This commit is contained in:
parent
6950b6f1e7
commit
caebaf5d46
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -47,5 +47,9 @@
|
||||
"search.exclude": {
|
||||
"**/dist/**": true,
|
||||
".yarn/releases/**": true
|
||||
}
|
||||
},
|
||||
"tailwindCSS.classAttributes": [
|
||||
"className",
|
||||
"classNames",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user