Files
equalityrecord_frontend_client/postcss.config.js
T
2025-04-04 07:29:59 +01:00

7 lines
83 B
JavaScript

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