From 8da1424728bd11ef77366c9ca37b40b3ba183652 Mon Sep 17 00:00:00 2001 From: Vihaan Kerekatte Date: Mon, 1 Jun 2026 21:34:20 -0400 Subject: [PATCH] setup: created styles folder --- README.md | 1 + styles/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 styles/.gitkeep diff --git a/README.md b/README.md index 05839aa..90cf28b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ data/ Shared website content data docs/ Project documentation lib/ Shared utilities and helper functions public/ Static assets +styles/ CSS files types/ Shared TypeScript types .github/ Repository templates and GitHub config ``` diff --git a/styles/.gitkeep b/styles/.gitkeep new file mode 100644 index 0000000..e69de29