chain-frontend/postcss.config.js
2024-03-04 17:17:21 +07:00

7 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};