cxs-css / cxs

fast af css-in-js in 0.7kb
MIT License
1.19k stars 68 forks source link

Crazy idea: Support class composition #96

Open jikkujose opened 6 years ago

jikkujose commented 6 years ago

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.