portfolio/postcss.config.js
2023-09-27 12:45:17 +00:00

7 lines
80 B
JavaScript

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