Files
wecom_it_smart_desk/frontend-terminal/postcss.config.js
T

11 lines
302 B
JavaScript
Raw Normal View History

// =============================================================================
// 企微IT智能服务台 — 终端前端 PostCSS 配置
// =============================================================================
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}