Files
douyin-autojs-follower/frontend/postcss.config.js
2024-09-30 11:02:26 +08:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}