OpenRewind/postcss.config.js
alikia2x be6be8280e
add: build
improve: project structure
2024-12-01 06:23:37 +08:00

7 lines
73 B
JavaScript

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