git ssb

16+

Dominic / patchbay



Tree: 706e99a769b070931c21d59e78030c60a37afc48

Files: 706e99a769b070931c21d59e78030c60a37afc48 / get-style-for-module.js

163 bytesRaw
1const fs = require('fs')
2
3module.exports = (filename) => () => {
4 const mcssPath = filename.replace(/js$/, 'mcss')
5
6 return fs.readFileSync(mcssPath, 'utf8')
7}
8
9

Built with git-ssb-web