_paragraph.scss 342 B

123456789
  1. // Needed until https://github.com/WordPress/gutenberg/issues/36122 is fixed
  2. p {
  3. &.has-drop-cap:not(:focus)::first-letter {
  4. font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  5. font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  6. margin: var(--wp--custom--paragraph--dropcap--margin);
  7. }
  8. }