portfolio/postcss.config.js
2023-09-12 14:30:14 +02:00

6 lines
80 B
JavaScript

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