new-omis/postcss.config.js
2024-04-03 10:16:39 +05:45

7 lines
93 B
JavaScript

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