Compose css classes
A small utility function to make react components that use css modules to have extensible styles.
Example
/** * Foo.tsx **/ /** * Bar.tsx **/
/** * Foo.css **/ /** * Bar.css **/
Look at src/index.test.ts
for more examples.