remove boilerplate code

This commit is contained in:
David Haz
2025-07-07 22:49:10 +03:00
parent bf965bc5e0
commit 920ea5cb92
22 changed files with 747 additions and 514 deletions

14
src/css/base.css Normal file
View File

@@ -0,0 +1,14 @@
@import 'tailwindcss';
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
min-height: 100vh;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

2
src/css/main.css Normal file
View File

@@ -0,0 +1,2 @@
@import './base.css';