git ssb

16+

Dominic / patchbay



Tree: ac8b1b3eb0a9c183462ba960cf457f1f4682b35d

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