cash_tracker/postcss.config.js
2025-08-28 23:04:25 +03:00

7 lines
81 B
JavaScript

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