sistem-akademik/postcss.config.js
2025-04-11 22:56:42 +07:00

7 lines
93 B
JavaScript

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