Stylis RTL plugin based on RTLCSS
import createEmotion from 'create-emotion'
import stylisRTL from 'stylis-rtl'
export const {
flush,
hydrate,
cx,
merge,
getRegisteredStyles,
injectGlobal,
keyframes,
css,
sheet,
caches
} = createEmotion({}, {
stylisPlugins: stylisRTL
})