chore: add extend tailwindcss and postcss for shadcn in next-template
This commit is contained in:
parent
b13047f440
commit
30f3b488d5
2 changed files with 2 additions and 0 deletions
1
apps/next-template/postcss.config.mjs
Normal file
1
apps/next-template/postcss.config.mjs
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export { default } from "@repo/ui/postcss.config";
|
||||||
1
apps/next-template/tailwind.config.ts
Normal file
1
apps/next-template/tailwind.config.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export { default } from "@repo/ui/tailwind.config";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue