PortFolio/postcss.config.js
2024-11-24 16:05:38 +01:00

6 lines
81 B
JavaScript

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