10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
"postcss-prefixwrap": ".calcom-atoms",
|
|
cssnano: {
|
|
preset: "default",
|
|
},
|
|
},
|
|
};
|