11 lines
174 B
JavaScript
11 lines
174 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
"postcss-import": {},
|
||
|
|
"postcss-prefixwrap": `.calcom-atoms`,
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|