portfolio/postcss.config.js
2023-11-23 12:27:50 +01:00

7 lines
80 B
JavaScript

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