Initial version for solidjs and vite as build tool

This commit is contained in:
Guntis Smaukstelis
2023-05-14 22:07:16 +03:00
parent bbf1eb0c01
commit 16c9714f8a
19 changed files with 3682 additions and 19 deletions
+13
View File
@@ -0,0 +1,13 @@
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;
}