aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/webview.js
blob: ffdbcf2de2c74652c4b1a3a0a845bbd75cce7c85 (plain) (blame)
1
2
3
4
5
6
7
8
9
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
  Ferdium.injectCSS(_path.default.join(__dirname, 'css', 'franz.css'));
};