.
This commit is contained in:
parent
72a50cc0b1
commit
79099ffc34
@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"exports": {
|
||||
"./tailwind.config.mts": "./tailwind.config.mts",
|
||||
"./tailwind.config": "./tailwind.config.mts",
|
||||
"./globals.css": "./src/styles/globals.css",
|
||||
"./postcss.config": "./postcss.config.mjs",
|
||||
"./components": "./src/components/index.tsx",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import type { Config } from "tailwindcss";
|
||||
|
||||
const config = {
|
||||
// this file is located in packages/ui, but it is being used by apps/web (and any future web apps).
|
||||
// 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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user