git ssb

16+

Dominic / patchbay



Tree: e518e86306d43d22a854ec083b38b201f413e4b6

Files: e518e86306d43d22a854ec083b38b201f413e4b6 / modules_core / style / hypertabs.js

206 bytesRaw
1const fs = require('fs')
2
3module.exports = {
4 gives: {
5 mcss: true
6 },
7 create: function (api) {
8 return {
9 mcss: () => fs.readFileSync(__filename.replace(/js$/, 'mcss'), 'utf8')
10 }
11 }
12}
13
14

Built with git-ssb-web