perf: 显式配置Tailwind CSS入口文件路径,优化Tailwind CSS IntelliSense插件的上下文识别与提示性能 (#1228)

This commit is contained in:
cvpv
2025-09-23 11:05:18 +08:00
committed by GitHub
parent bf1f5b9f3f
commit 0c53e84ee7

View File

@@ -1,4 +1,5 @@
{
"tailwindCSS.experimental.configFile": "src/style/tailwind.css",
"editor.formatOnType": true,
"editor.formatOnSave": true,
"[vue]": {