git ssb

16+

Dominic / patchbay



Tree: f615fd0a3c6e9a30d42fa265b44af3997347103a

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