Forums

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

Home Forums CSS [Solved] Adventures with SASS ampersand Reply To: [Solved] Adventures with SASS ampersand

#189435
Paulie_D
Member

In this case I want to combine my parent selector .a with the p tag nested in that block.

Yes but that’s


.a p { color: green; }

not


p.a { color: green; }