lckt-admin/postcss.config.js
2025-04-09 12:10:46 +08:00

7 lines
80 B
JavaScript

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