Not sure whether this is possible, but think it would have been great if cxs supported composing of classes. Something like this:
const className = cxs.compose('pa4 code white bg-blue mb2 ba b--black-10')
So that a new class name that will compose all these styles will be created.