feat: basic terminal printing
This commit is contained in:
9
src/styles/app.scss
Normal file
9
src/styles/app.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@forward "terminal.scss";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user