UNPKG

@prosekit/pm

Version:

This package provides a convenient way to install all the core ProseMirror packages at once. It simply re-exports the following packages:

54 lines (52 loc) 1.16 kB
/* ../../node_modules/.pnpm/prosemirror-view@1.37.0/node_modules/prosemirror-view/style/prosemirror.css */ .ProseMirror { position: relative; } .ProseMirror { word-wrap: break-word; white-space: pre-wrap; white-space: break-spaces; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; font-feature-settings: "liga" 0; } .ProseMirror pre { white-space: pre-wrap; } .ProseMirror li { position: relative; } .ProseMirror-hideselection *::selection { background: transparent; } .ProseMirror-hideselection *::-moz-selection { background: transparent; } .ProseMirror-hideselection { caret-color: transparent; } .ProseMirror [draggable][contenteditable=false] { user-select: text; } .ProseMirror-selectednode { outline: 2px solid #8cf; } li.ProseMirror-selectednode { outline: none; } li.ProseMirror-selectednode:after { content: ""; position: absolute; left: -32px; right: -2px; top: -2px; bottom: -2px; border: 2px solid #8cf; pointer-events: none; } img.ProseMirror-separator { display: inline !important; border: none !important; margin: 0 !important; } /* src/view/style/prosemirror.css */