Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viodotcom/stylis-rtl

Stylis RTL plugin based on CSSJanus
https://github.com/viodotcom/stylis-rtl

Last synced: about 2 months ago
JSON representation

Stylis RTL plugin based on CSSJanus

Awesome Lists containing this project

README

        

# Stylis RTL Plugin

Stylis RTL plugin based on CSSJanus

## Using with Emotion

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