```
& :is(:nth-child(1)) {
grid-column: 1;
grid-row: 3;
}
````
have also tried &:is(>:nth-child(1)) {...} &:is(> :nth-child(1)) {...} &:is(>:first-child) {...}` and a few more. here is the example . i know im just missing a space or something. but goal is how to get direct-child:nth child(n) while using :is() and nesting "&"