screenshot-to-code/frontend/postcss.config.js
2023-11-14 13:10:41 -05:00

7 lines
80 B
JavaScript

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