topnotch_ordersystem/postcss.config.js
2024-10-11 16:16:37 -07:00

7 lines
80 B
JavaScript

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