peer-at-code-web/postcss.config.js
2023-07-26 17:11:18 +02:00

6 lines
80 B
JavaScript

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