.foo {
    h2,h3 {
        font-size: 15px;
    }
}

@num: 3;
:nth-child(@{num}) {
	selector: interpolated;
}