aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/webview.js
blob: ed1c3a64ca2bf8a6fc3920e548cf78ee51c3c3a8 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

const path = require('path');

module.exports = Franz => {
  Franz.injectCSS(path.join(__dirname, 'style.css'));
};