peer-at-code-web/postcss.config.js
2023-09-18 13:08:29 +02:00

6 lines
80 B
JavaScript

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