I use data attributes more every day, and I really miss a simple way to add a data attribute while using zen coding. I mean I can add inline style (not that I ever use it)
div[style=color:red;]
why can’t I add data attribute like
div[data-color=pink]
Any work arounds?
you can: