mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-06-17 08:49:14 +08:00
11 lines
156 B
CSS
11 lines
156 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.milkdown {
|
|
@apply bg-slate-50 px-2 py-4 m-5 border rounded;
|
|
}
|
|
|
|
.editor {
|
|
@apply mx-auto;
|
|
}
|