Update CSS styling to reflect tailwind only

This commit is contained in:
Nick Bland 2022-04-11 15:33:18 +10:00
parent e06a741270
commit a7b921b77a
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C
2 changed files with 4 additions and 18 deletions

3
.gitignore vendored
View File

@ -33,3 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
# vscode
.vscode

View File

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