infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
15 lines (10 loc) • 329 B
Markdown
with the insertRule API
```js
var sheet = document.head.appendChild(document.createElement('style')).sheet
var length = sheet.cssRules.length
var plugin = stylisRuleSheet((value) => {
length = sheet.insertRule(value, length) + 1
})
stylis.use(plugin)
```
stylis plugin to extract individual rules to use