kunkunsh-kunkun-ext-serve/postcss.config.js
2025-01-29 11:19:03 -05:00

7 lines
73 B
JavaScript

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