phosphat-report-app/postcss.config.js
2025-07-24 12:39:15 +03:00

7 lines
81 B
JavaScript

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