pompy.dev/apps/portfolio/postcss.config.js

6 lines
92 B
JavaScript

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