niming/postcss.config.js

7 lines
79 B
JavaScript
Raw Permalink Normal View History

2025-01-05 22:42:05 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};