11 lines
157 B
CSS
11 lines
157 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
dialog {
|
|
@apply bg-stone-100 text-stone-950 dark:bg-stone-950 dark:text-stone-100;
|
|
}
|
|
|
|
body {
|
|
}
|