docs: update content

This commit is contained in:
Hans Pagel
2021-03-30 20:45:48 +02:00
parent 2d74694067
commit 8fcfaef4f1
8 changed files with 156 additions and 14 deletions

View File

@@ -52,12 +52,12 @@ export default {
}
/* Placeholder (on every new line) */
// .ProseMirror p.is-empty::before {
// content: attr(data-placeholder);
// float: left;
// color: #ced4da;
// pointer-events: none;
// height: 0;
// }
/*.ProseMirror p.is-empty::before {
content: attr(data-placeholder);
float: left;
color: #ced4da;
pointer-events: none;
height: 0;
}*/
}
</style>