@tailwind base;
@tailwind components;
@tailwind utilities;

.editor-dynamic-height .tiptap-editor__content {
    min-height: 100px;
    height: auto !important;
}
