jccp_a/laravel/postcss.config.js
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

7 lines
93 B
JavaScript
Executable File

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