Post #3006863
2025-11-25 21:51 UTC
Quick tip when you need to add custom CSS with the block editor on individual blocks:
Use the is() pseudo-class function to target specific elements which have the block class applied.
`h2&` won't work, but `&:is(h2)` will.
#WordPress #BlockEditor
Replies (0)
No replies.