diff --git a/.gitignore b/.gitignore index 737d872..93251fc 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ yarn-error.log* # typescript *.tsbuildinfo + +# vscode +.vscode \ No newline at end of file diff --git a/styles/globals.css b/styles/globals.css index 6138cf9..bd6213e 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,20 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -html, -body { - padding: 0; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -} - -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} +@tailwind utilities; \ No newline at end of file