stylis-rule-sheet

0.0.10 • Public • Published

stylis rule-sheet

stylis plugin to extract individual rules to use with the insertRule API

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)

Readme

Keywords

Package Sidebar

Install

npm i stylis-rule-sheet

Weekly Downloads

879,903

Version

0.0.10

License

MIT

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • thysultan