cvpilot-tool/apps/desktop/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-08-29 16:59:25 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}