git ssb

0+

mixmix / patchbay-scry



Tree: 64e6e544f024c42315d1103b3b6735dfb4a20f84

Files: 64e6e544f024c42315d1103b3b6735dfb4a20f84 / 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