perfect-postcode/frontend/postcss.config.js
2026-05-08 09:27:54 +01:00

6 lines
94 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};