Files
WAI_Project_VUE/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2025-11-24 23:24:06 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};