Files
res-downloader/frontend/postcss.config.js
2024-12-22 16:21:30 +08:00

7 lines
80 B
JavaScript

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