https://github.com/viodotcom/stylis-rtl
Stylis RTL plugin based on CSSJanus
https://github.com/viodotcom/stylis-rtl
Last synced: about 1 month ago
JSON representation
Stylis RTL plugin based on CSSJanus
- Host: GitHub
- URL: https://github.com/viodotcom/stylis-rtl
- Owner: viodotcom
- Created: 2018-08-15T16:28:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T04:38:02.000Z (about 2 years ago)
- Last Synced: 2025-03-25T15:49:03.506Z (4 months ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 11
- Watchers: 4
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
})
```