Cleaned up directory stucture

This commit is contained in:
2024-03-03 01:09:40 -07:00
parent 2fd4262a86
commit a87fb66080
13 changed files with 6 additions and 4 deletions

14
lib/stylegen/base.css vendored Normal file
View File

@ -0,0 +1,14 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
container,
body {
height: 100%;
width: 100%;
overflow-y: auto;
position: fixed;
}
}