chore: add shadcn
This commit is contained in:
parent
ce1088e3ec
commit
063dfe39e9
10 changed files with 482 additions and 66 deletions
6
packages/ui/postcss.config.mjs
Normal file
6
packages/ui/postcss.config.mjs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: { "@tailwindcss/postcss": {} },
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue