hosting-frontend/.postcssrc.json
Alexis Bruneteau 70f799ea73 first commit
2025-05-31 01:02:43 +02:00

8 lines
84 B
JSON

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