mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 19:39:28 -05:00
bf51e578b2
Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
import base from "../../packages/tailwind-config/tailwind.config";
|
|
|
|
export default {
|
|
...base,
|
|
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}", "../../packages/ui/**/*.{js,ts,jsx,tsx}"],
|
|
};
|