All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
11 lines
130 B
CSS
11 lines
130 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
html,
|
|
body {
|
|
@apply dark:bg-trueGray-900;
|
|
}
|
|
}
|