mihomo-party/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-07-30 11:17:41 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}