mastercut/postcss.config.js
2024-11-15 15:27:58 +07:00

7 lines
93 B
JavaScript

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