first commit
This commit is contained in:
10
calcom/packages/platform/atoms/postcss.config.js
Normal file
10
calcom/packages/platform/atoms/postcss.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
"postcss-import": {},
|
||||
"postcss-prefixwrap": `.calcom-atoms`,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user