diff --git a/index.css b/index.css new file mode 100644 index 0000000..6885821 --- /dev/null +++ b/index.css @@ -0,0 +1,29 @@ +@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; + } +}