Files
django-vue3-admin/web/postcss.config.js
T
2026-03-19 20:03:10 +08:00

7 lines
82 B
Python

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