2
0
Files

11 lines
174 B
JavaScript
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-import": {},
"postcss-prefixwrap": `.calcom-atoms`,
},
};
export default config;