aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/webview.js
blob: 080e8099dcd0f0785bd8bb8ecbd7e9edb366e952 (plain) (blame)
1
2
3
4
5
6
const path = require('path');

module.exports = (Franz, options) => {
  // inject franz.css stylesheet
  Franz.injectCSS(path.join(__dirname, 'css', 'franz.css'));
};