Files
cv-roberto/postcss.config.js
Roberto Guagliardo b324c030f4 Initial commit
2025-06-19 02:02:04 +02:00

7 lines
93 B
JavaScript

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