1.0.1 • Published 6 years ago

stylis-rtl v1.0.1

Weekly downloads
1,015
License
ISC
Repository
github
Last release
6 years ago

Stylis RTL Plugin

Stylis RTL plugin based on CSSJanus

Using with Emotion

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
})