OpChan/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2025-04-15 16:28:03 +05:30
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2025-08-30 18:34:50 +05:30
};