migrate tutorial

This commit is contained in:
Felix Roos 2022-05-14 21:28:10 +02:00
parent 92c17d6376
commit 42d3510c74
9 changed files with 3078 additions and 8 deletions

11
repl/tutorial/style.css Normal file
View file

@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.cm-editor {
background-color: transparent !important;
}
main {
margin: 0 auto;
}