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; - } -}