github-pachong/postcss.config.js
hellcat c69d35d1bb 1
2026-01-10 16:40:33 +08:00

7 lines
93 B
JavaScript
Executable File

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