peer-at-code-web/postcss.config.js
2025-01-28 21:14:10 +01:00

6 lines
73 B
JavaScript

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