Files
solo-company-feed/postcss.config.js
爱喝水的木子 bfdf4843e1 OPC
2026-03-13 16:28:51 +08:00

7 lines
81 B
JavaScript

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