git ssb

0+

mixmix / patchbay-scry



Tree: 7a6e1a0a968a0758f38993c9214cc21ac0d500f4

Files: 7a6e1a0a968a0758f38993c9214cc21ac0d500f4 / lib / styles-inject.js

169 bytesRaw
1const { h } = require('mutant')
2const getCSS = require('./get-css')
3
4module.exports = () => {
5 document.head.appendChild(
6 h('style', { innerHTML: getCSS() })
7 )
8}
9

Built with git-ssb-web