What is the CSS combination or shorthand for creating this ruleset?
foo bar,
foo biz,
foo gaz > boo,
foo tar {
...
}
I remember seeing on the MDN that there was a shorthand for this. Is it:
foo (bar, biz, gaz > boo, tar) {
}
I am having trouble locating that page. Can you please provide a link to it?