model_train_dm/frontend/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2026-07-27 17:51:49 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}