Emotion style generator
Visage uses emotion style generator by default. It's created by createEmotionStyleGenerator()
.
This style generator doesn't produce CSS media queries but uses the current breakpoint matched by window.matchMedia
API.
This style generator is not recommended for application where you cannot detect device on during the server side rendering.