mail-s3-admin/postcss.config.js

6 lines
94 B
JavaScript

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