aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-10 15:36:51 -0700
committerDhravya <[email protected]>2024-04-10 15:36:51 -0700
commitfeea1a26dc19074fd58ad156cd418c3efb1971b6 (patch)
treed6cb551d3489fff6b78cb7e9ad0c11b2a8d04826 /apps/web/components.json
parentadded ext.css, prevent css mismatch (diff)
downloadsupermemory-feea1a26dc19074fd58ad156cd418c3efb1971b6.tar.xz
supermemory-feea1a26dc19074fd58ad156cd418c3efb1971b6.zip
extension styling such that website content is not affected https://twitter.com/DhravyaShah/status/1778189224396922948
Diffstat (limited to 'apps/web/components.json')
-rw-r--r--apps/web/components.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/apps/web/components.json b/apps/web/components.json
index 483d0a6e..c9b7b380 100644
--- a/apps/web/components.json
+++ b/apps/web/components.json
@@ -1,16 +1,16 @@
{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "default",
- "rsc": true,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.ts",
- "css": "src/app/globals.css",
- "baseColor": "gray",
- "cssVariables": false
- },
- "aliases": {
- "utils": "@/lib/utils",
- "components": "@/components"
- }
- } \ No newline at end of file
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "src/app/globals.css",
+ "baseColor": "gray",
+ "cssVariables": false
+ },
+ "aliases": {
+ "utils": "@/lib/utils",
+ "components": "@/components"
+ }
+}