feat: vite for builds

This commit is contained in:
Cory Dransfeldt 2024-10-18 15:07:26 -07:00
parent a262627335
commit de2bb89710
No known key found for this signature in database
48 changed files with 856 additions and 1184 deletions

View file

@ -1,18 +0,0 @@
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
}
body {
line-height: var(--line-height-md);
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
}
input, button, textarea, select {
font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}