cal.pub0.org/apps/storybook/tailwind.config.js

14 lines
422 B
JavaScript

const base = require("@calcom/config/tailwind-preset");
// const colorGen = require('@calcom/config/ColorPalletGenerator')
module.exports = {
...base,
content: ["../../packages/ui/**/*.{js,ts,jsx,tsx}", "./stories/**/*.{js,ts,tsx,jsx}"],
// theme: { . ** Figure this out doesnt seem to work in current state
// extends: {
// color: {
// brand: colorGen("#111827"),
// },
// },
// },
};