I am using the jss preset default and it comes with jss-nested.
I could get '&:hover' to work but '&:first-child' does not work for me.
sample code:
summaryItem: {
borderLeft: '2px solid red',
'&:first-child': {
borderLeft: '2px solid transparent',
}
}