mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
11 lines
111 B
CSS
11 lines
111 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body,
|
|
#root,
|
|
#root > div {
|
|
height: 100%;
|
|
}
|