live-photo/postcss.config.js
2025-08-01 15:41:44 +08:00

6 lines
81 B
JavaScript

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