first commit
This commit is contained in:
6
calcom/packages/features/tailwind.config.js
Normal file
6
calcom/packages/features/tailwind.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const base = require("@calcom/config/tailwind-preset");
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
content: [...base.content, "/**/*.{js,ts,jsx,tsx}"],
|
||||
};
|
||||
Reference in New Issue
Block a user