git ssb

0+

punkmonk / double



Tree: 2fc95bb03dc629547fc2632a480d945bf1b89cef

Files: 2fc95bb03dc629547fc2632a480d945bf1b89cef / 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