Files
PlantGuideScraper/frontend/postcss.config.js
2026-04-12 09:54:27 -05:00

7 lines
80 B
JavaScript

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