mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
11 lines
158 B
CSS
11 lines
158 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@tailwind variants;
|
|
|
|
.app {
|
|
min-height: 100vh;
|
|
padding: 1rem;
|
|
@apply subpixel-antialiased;
|
|
}
|