Files
fad-trade-next/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2025-11-21 13:36:06 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};