Cleaned up dirs

This commit is contained in:
2024-03-03 01:11:53 -07:00
parent e0939f2d3e
commit 1f2782cab8
11 changed files with 9 additions and 18 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;
}
}