Files
points-of-interest/client/postcss.config.js
T
2025-10-10 16:13:48 +02:00

7 lines
81 B
JavaScript

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