garden_tracker/postcss.config.js
2025-07-28 22:22:46 +03:00

7 lines
81 B
JavaScript

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