Mom-Portal/postcss.config.js
2026-05-14 15:00:56 +05:30

7 lines
79 B
JavaScript

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