Files
topos/postcss.config.js
Raphaël Forment aff5e643ac Init commit
2023-07-28 01:23:38 +02:00

7 lines
80 B
JavaScript

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