Hosting/frontend/postcss.config.js
Alexis Bruneteau 42a2f89ae3 login
2025-05-05 00:14:47 +02:00

7 lines
82 B
JavaScript

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