Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Opinion: Can we improve the efficiency of comma separated multiple selector targeting Re: Opinion: Can we improve the efficiency of comma separated multiple selector targeting

#110440
Paulie_D
Member

I like

.someclass {
h2, p, .subclass {
margin:$margin;
}
}

even better :)