import type { Config } from "tailwindcss"; const config = { // this file is located in packages/shadcn-ui, but it is being used by apps/web (and any future web apps). // hence, the following paths: content: ["app/**/*.{ts,tsx}", "../../packages/shadcn-ui/src/**/*.{ts,tsx}"], } satisfies Config; export default config;