git ssb

0+

mixmix / marama



Tree: ca2790e4654757e6f97c0d5cff97163c1865af61

Files: ca2790e4654757e6f97c0d5cff97163c1865af61 / 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