diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/browser-extension/components.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/browser-extension/components.json b/apps/browser-extension/components.json new file mode 100644 index 00000000..67eaccb0 --- /dev/null +++ b/apps/browser-extension/components.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.js", + "css": "src/index.css", + "baseColor": "slate", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "src/components", + "utils": "src/utils/css" + } +} |
