aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/webview.js
blob: 035c69a17ab5bdb432fcc753ed9dd2690267ab03 (plain) (blame)
1
2
3
4
5
6
7
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

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