gardening-app/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-04-07 17:02:19 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}