vben-admin-thin-next/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2020-09-28 20:19:10 +08:00
module.exports = {
2021-01-21 22:58:38 +08:00
plugins: {
tailwindcss: {},
2021-01-21 22:58:38 +08:00
autoprefixer: {},
},
2020-09-28 20:19:10 +08:00
};