Files
web/postcss.config.js
2024-12-05 11:45:20 +03:00

7 lines
93 B
JavaScript

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