From e17f07ac94bafd3689cf7456167a3af51b648fb8 Mon Sep 17 00:00:00 2001 From: bh2980 Date: Mon, 20 May 2024 02:37:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20main.ts,=20index.html=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=20=EB=B0=8F=20index.ts=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 ------------- src/main.tsx => index.ts | 0 src/index.css | 29 ----------------------------- 3 files changed, 42 deletions(-) delete mode 100644 index.html rename src/main.tsx => index.ts (100%) delete mode 100644 src/index.css diff --git a/index.html b/index.html deleted file mode 100644 index e4b78ea..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - Vite + React + TS - - -
- - - diff --git a/src/main.tsx b/index.ts similarity index 100% rename from src/main.tsx rename to index.ts diff --git a/src/index.css b/src/index.css deleted file mode 100644 index 6885821..0000000 --- a/src/index.css +++ /dev/null @@ -1,29 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - -@layer base { - html { - font-size: 6.25%; - } - - body { - font-size: 16rem; - } - - path, - circle, - ellipse, - line, - polygon, - polyline, - rect { - stroke-width: inherit; - } - - a, - input, - button { - outline: none; - } -}