init test branch

This commit is contained in:
2023-07-02 21:02:20 +02:00
commit 2ce394553e
53 changed files with 22704 additions and 0 deletions

9
css/index.css Normal file
View File

@@ -0,0 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color-kamilcraft-green: 162 207 0;
}
}