Files
Melfe/postcss.config.js
Mamadou Sall 032b1d9452 move to gitea
2025-08-24 22:41:31 +02:00

6 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}