remirror/remirror

View on GitHub
packages/storybook-react/stories/extension-placeholder/styles.css

Summary

Maintainability
Test Coverage
.my-placeholder:first-of-type::before {
  position: absolute;
  pointer-events: none;
  height: 0;
  content: attr(data-placeholder);

  color: lightcoral !important;
  font-family: sans-serif;
  font-weight: 900;
}