openreplay/spot/postcss.config.js
2025-05-23 11:08:51 +02:00

7 lines
136 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
"@thedutchcoder/postcss-rem-to-px": {},
autoprefixer: {},
},
};