aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/webview.js
blob: b1acc10c99d907124fcee8cdd50cde75a8859b18 (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'));
};