Closed basarat closed 8 years ago
FWIW, interpolation is recursive too. It's the same way LESS works. So you can do things like:
{
'& > &': {},
'&:hover .child': {},
'&:hover': { '.child': {} },
'.parent &': {},
'& .child': {} // This is the default behaviour when no `&` exists in the selector.
}
This is really only an extra note related to https://github.com/blakeembrey/free-style/issues/37 which I think about it 😄
Closes https://github.com/blakeembrey/free-style/issues/34 :rose: