ff-admin/postcss.config.js
2024-08-22 11:48:04 +02:00

6 lines
80 B
JavaScript

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