TaskSystem-admin/postcss.config.js
shengchanzhe 09f21041d9 init
2023-07-16 19:14:41 +08:00

7 lines
98 B
JavaScript

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