ti-pote/apps/frontend/postcss.config.js
2026-04-08 19:59:47 +02:00

7 lines
81 B
JavaScript

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