practice_code/web/czr/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-12-10 10:28:04 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};