thebiltheory / stylis-rtl

Stylis RTL plugin based on CSSJanus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stylis RTL plugin based on CSSJanus


Languages

Language:JavaScript 100.0%