This has div.parent
div.parent
and this does not
p { font-size: 1.2rem; .parent & { // when p has class .parent background: red; } }