logistics_admin/postcss.config.js

7 lines
92 B
JavaScript
Raw Permalink Normal View History

2023-10-03 22:12:31 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}