This commit is contained in:
2025-10-31 19:10:01 +07:00
commit e54eb70c86
50 changed files with 11579 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@use "fonts";
@use "mixins";
@use "vars";
body {
margin: 0;
padding: 0;
}
button {
outline: none;
box-shadow: none;
border: none;
}
h1,h2,h3,h4,h5,h6 {
margin: 0;
}