git ssb

0+

punkmonk / double



Tree: 741b824742f41b309cb66ec85a4a02d5616f1e8b

Files: 741b824742f41b309cb66ec85a4a02d5616f1e8b / assets / styles.js

203 bytesRaw
1const fs = require('fs')
2const path = require('path')
3
4const style = document.createElement('style')
5style.textContent = fs.readFileSync(path.join(__dirname, 'tachyons.min.css'))
6
7module.exports = style
8

Built with git-ssb-web