aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/webview.js
blob: 9eec086c0e6553b0e4cfbfcacca2b70b9d91d2cb (plain) (blame)
1
2
3
4
5
6
7
8
9
const _path = _interopRequireDefault(require('path'));

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

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