Files
ppc_amnet/amnet-web/postcss.config.js
T
2024-08-21 21:24:01 +01:00

7 lines
92 B
JavaScript

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