diff options
| author | Mahesh Sanikommu <[email protected]> | 2025-08-21 08:40:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 08:40:44 -0700 |
| commit | 9e1e392a2b923c9d00e12c0fd27586d9d5b29daf (patch) | |
| tree | 8b10459076bdfb4a2882acd4cccdc3e7dea1e838 /apps/web/globals.css | |
| parent | Merge pull request #368 from supermemoryai/mahesh/doc-update (diff) | |
| download | supermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.tar.xz supermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.zip | |
Enhanced Text Editor and format fixes with biome (#371)
Diffstat (limited to 'apps/web/globals.css')
| -rw-r--r-- | apps/web/globals.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/globals.css b/apps/web/globals.css index ab19ef98..f06b87d8 100644 --- a/apps/web/globals.css +++ b/apps/web/globals.css @@ -1,2 +1,2 @@ -@import "tailwindcss"; -@plugin "@tailwindcss/typography";
\ No newline at end of file +@import 'tailwindcss'; +@plugin "@tailwindcss/typography"; |