Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 357 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 357 Bytes

Stylis RTL Plugin

Stylis RTL plugin based on RTLCSS

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