Files: 64e6e544f024c42315d1103b3b6735dfb4a20f84 / lib / styles-inject.js
169 bytesRaw
1 | const { h } = require('mutant') |
2 | const getCSS = require('./get-css') |
3 | |
4 | module.exports = () => { |
5 | document.head.appendChild( |
6 | h('style', { innerHTML: getCSS() }) |
7 | ) |
8 | } |
9 |
Built with git-ssb-web