mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
* feat(cli): add support for custom Tailwind prefix * fix(cli): add tw prefix on classes applied in the css file * feat(cli): add support for custom tailwind prefix * chore: add changeset * style(shadcn-ui): code format --------- Co-authored-by: shadcn <m@shadcn.com>
16 lines
285 B
JSON
16 lines
285 B
JSON
{
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": "tw-"
|
|
},
|
|
"rsc": false,
|
|
"aliases": {
|
|
"utils": "~/lib/utils",
|
|
"components": "~/components"
|
|
}
|
|
}
|