Presupuestador_web/client/postcss.config.js
2024-06-06 13:05:54 +02:00

8 lines
107 B
JavaScript

export default {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
};