build(vscode-ide-companion): add Tailwind CSS configuration

添加 Tailwind CSS、PostCSS 和 Autoprefixer 配置,为渐进式采用 Tailwind CSS 做准备
This commit is contained in:
yiliang114
2025-11-23 16:40:30 +08:00
parent 31f8ca07b6
commit eff01819a8
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}