Files
ritmex-bot/docs/ccxt/examples/ts/nextjs-page-router/postcss.config.js
T
2025-10-03 15:28:16 +08:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}