Is there any way to inspect ::first-line and ::first-letter pseudo-elements in developer tools?
In Chrome (74), I see these styles listed all the way at the bottom of the styles list, past the Inherited from
blocks:
1. Firefox (64 and Nightly) I was able to easily see both ::first-line
and ::first-letter
pseudo-elements in the Firefox inspector:
.
You can see those styles in your inspector by expanding the 'pseudo-elements' tab:
2. Chrome (72) I have no trouble seeing it in the Chrome inspector either (applies to both ::first-line
and ::first-letter
):
Was not able to find the pseudo-element in Safari.