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

@@ -0,0 +1,8 @@
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800,900"
/>