Feature Request: CSS "pseudo-element" support
Opened this issue · 1 comments
leximayfield commented
CSS allows you to create pseudo-elements with some useful functionality:
Probably the most common use of this functionality is to force text, images or other content as the first or last child of a given element, using ::before and ::after and the contents property.