mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
9 lines
123 B
CSS
9 lines
123 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.react-codemirror2,
|
|
.CodeMirror {
|
|
height: 100% !important;
|
|
}
|