mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
9 lines
123 B
CSS
9 lines
123 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.react-codemirror2,
|
|
.CodeMirror {
|
|
height: 100% !important;
|
|
}
|