Cleaned up directory stucture
This commit is contained in:
14
lib/stylegen/base.css
vendored
Normal file
14
lib/stylegen/base.css
vendored
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user