vpgen/postcss.config.js
2024-10-30 19:20:55 -07:00

7 lines
73 B
JavaScript

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