first commit
This commit is contained in:
7
app/src/styles/base/reset.scss
Normal file
7
app/src/styles/base/reset.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
font-size: var(--font-size-regular);
|
||||
}
|
||||
Reference in New Issue
Block a user