git ssb

0+

mixmix / patchbay-scry



Tree: 83748629af52473497dd0896a5c487f66982c8ff

Files: 83748629af52473497dd0896a5c487f66982c8ff / 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