🎉🚀 May the concensus be with us!
This commit is contained in:
commit
48328e7db2
33 changed files with 4051 additions and 0 deletions
15
static/css/global.css
Normal file
15
static/css/global.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
html {
|
||||
@apply h-full;
|
||||
}
|
||||
body {
|
||||
@apply h-full;
|
||||
}
|
||||
div#__next {
|
||||
@apply h-full;
|
||||
}
|
||||
main {
|
||||
@apply h-full;
|
||||
}
|
||||
1561
static/css/tailwind.css
Normal file
1561
static/css/tailwind.css
Normal file
File diff suppressed because it is too large
Load diff
1
static/htmx.min.js
vendored
Normal file
1
static/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue