mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
* feat: add tests package * fix * fix * debug * debug * debug * fix * debug * fix: no concurrent * fix * test: add vite-app tests * test: add tests
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "example-style",
|
|
"type": "registry:style",
|
|
"dependencies": ["@tabler/icons-react"],
|
|
"cssVars": {
|
|
"theme": {
|
|
"font-sans": "Inter, sans-serif"
|
|
},
|
|
"light": {
|
|
"brand": "oklch(20 14.3% 4.1%)",
|
|
"brand-foreground": "oklch(24 1.3% 10%)"
|
|
},
|
|
"dark": {
|
|
"brand": "oklch(24 1.3% 10%)"
|
|
}
|
|
}
|
|
}
|