From 7f77b521acb40601a2b6a0796d0cdcb843b5f7ab Mon Sep 17 00:00:00 2001 From: joshwanf <17016446+joshwanf@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:43:12 -0500 Subject: [PATCH 01/10] Removed Boostrap and configured Tailwind --- builder-frontend/index.html | 6 - builder-frontend/package-lock.json | 645 +++++++++++++++--- builder-frontend/package.json | 2 +- .../src/components/shared/Button.module.css | 48 ++ .../src/components/shared/Button.tsx | 28 + builder-frontend/src/index.css | 19 +- builder-frontend/vite.config.js | 31 +- 7 files changed, 673 insertions(+), 106 deletions(-) create mode 100644 builder-frontend/src/components/shared/Button.module.css create mode 100644 builder-frontend/src/components/shared/Button.tsx diff --git a/builder-frontend/index.html b/builder-frontend/index.html index ae8453f2..431f0a60 100644 --- a/builder-frontend/index.html +++ b/builder-frontend/index.html @@ -4,12 +4,6 @@ -