DioxusLabs / blitz

A radically modular HTML/CSS rendering engine
Apache License 2.0
2.13k stars 42 forks source link

Implement support for `::before` and `::after` pseudo elements #140

Open nicoburns opened 2 months ago

nicoburns commented 2 months ago

::before and ::after are quite widely used. And current such content is just missing when rendered with Blitz. Use cases that I'm aware of are:

Some notes: