This repository has been archived on 2025-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
pan-search/postcss.config.js
2025-04-17 00:03:17 +08:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}