Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viodotcom/stylis-rtl
- Owner: viodotcom
- Created: 2018-08-15T16:28:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T04:38:02.000Z (over 1 year ago)
- Last Synced: 2024-11-11T19:16:43.908Z (about 2 months ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 11
- Watchers: 5
- Forks: 22
- 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
})
```