OpChan/postcss.config.js
2025-08-30 18:34:50 +05:30

7 lines
81 B
JavaScript

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