Files
LoveLiveMusicPlayer-Next/postcss.config.js
2026-08-08 18:34:12 +08:00

7 lines
78 B
JavaScript

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