Setup styled-components, typescript, barebones button component, global styles, and shared css variables

This commit is contained in:
2021-09-19 18:31:35 -04:00
parent 89b26adb02
commit 2480b5200d
19 changed files with 26617 additions and 183 deletions

View File

@@ -1,13 +0,0 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}