Skip to content

Instantly share code, notes, and snippets.

@cindywu
Last active May 14, 2023 17:26
Show Gist options
  • Save cindywu/08531e253551f2ccbcd95cfb4f496dfd to your computer and use it in GitHub Desktop.
Save cindywu/08531e253551f2ccbcd95cfb4f496dfd to your computer and use it in GitHub Desktop.
globals.css + tailwind
@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;
user-select: none;
overflow: hidden;
width: 100%;
height: 100%;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment